From 4eb107fc88b926f2c178835cac342e9824428c3f Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 27 Nov 2016 23:42:35 -0800 Subject: [PATCH] Default html filepath changed When I start with a fresh install of nginx, the test HTML file is in /var/www/html/ instead of the previously mentioned /usr/share/nginx/www --- remote-access/web-server/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-access/web-server/nginx.md b/remote-access/web-server/nginx.md index 7c42bc6af..f33a71c29 100644 --- a/remote-access/web-server/nginx.md +++ b/remote-access/web-server/nginx.md @@ -28,7 +28,7 @@ Browse to the default web page either on the Pi or from another computer on the ### Changing the default web page -NGINX defaults its web page location to `/usr/share/nginx/www` on Raspbian. Navigate to this folder and edit or replace index.html as you like. You can confirm the default page location at `/etc/nginx/sites-available` on the line which starts with 'root', should you need to. +NGINX defaults its web page location to `/var/www/html` on Raspbian. Navigate to this folder and edit or replace index.nginx-debian.html as you like. You can confirm the default page location at `/etc/nginx/sites-available` on the line which starts with 'root', should you need to. ## Additional - Install PHP