diff options
-rw-r--r-- | etc/nginx/nginx.conf | 2 | ||||
-rw-r--r-- | srv/http/www/index.html (renamed from srv/http/index.html) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 6b7b8d2d..3d4af871 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -49,7 +49,7 @@ http { #access_log logs/host.access.log main; location / { - root /srv/http; + root /srv/http/www; index index.html; } diff --git a/srv/http/index.html b/srv/http/www/index.html index bbcf2b1a..bbcf2b1a 100644 --- a/srv/http/index.html +++ b/srv/http/www/index.html |