Question
Nginx on Debian 7 not displaying web pages
Hi,
I have just set up a debian 7 droplet with nginx and PHP installed. When I visited the IP for the server it displayed the default web page “welcome to nginx”. I used “sudo nano” add some HTML to this file just to check I was reading the correct file.
After saving the page will no longer display. Is there an issue with the file format after save?
Any thoughts gratefully received!
Thanks
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.
×
Try restarting nginx:
service nginx restart
Can nginx read the files?
As Root:
Try letting nginx user own the files