diff --git a/nginx/conf.d/www.conf b/nginx/conf.d/www.conf index 8897866..a448955 100644 --- a/nginx/conf.d/www.conf +++ b/nginx/conf.d/www.conf @@ -13,7 +13,7 @@ server { gzip_vary on; location / { - root /usr/local/share/html; + root /usr/share/nginx/html; index index.html index.htm; } } \ No newline at end of file