Question
Cannot see default Nginx landing page on droplet
I am trying to do a simple nginx setup on my DO droplet.
Following this tutorial : https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04
However after the installation when i check for running status using systemctl status nginx
I get no issues:
Screenshot
However, when i try to access the server using browser http://ip_address
i get no default nginx landing page(as mentioned in the post). I only see cannot GET \
and 404 not found in network window.
What could be the issue here?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×