i created droplet but when i tried to access to this ip http://138.68.91.86/ in my browser i get this message “Please log into your droplet via SSH to configure your LEMP installation.” i don’t know why i can’t access to index page in NGINX
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
This is only a bad formulation of message. It’s static message that you can see in /var/www/html/index.html.
Open it if editor you like, e.g.:
- nano /var/www/html/index.html
Observe it and you will notice that message there. If you change that file to:
<html>
<body>
<p>Hello World!</p>
</body>
</html>
Save it and exit, go to Droplet and you shall see Hello World!
For changing files you will need to SSH and you can learn more about it here.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.