diff --git a/nginx/conf.d/www.conf b/nginx/conf.d/www.conf index 95b1e7f..8a9a7c5 100644 --- a/nginx/conf.d/www.conf +++ b/nginx/conf.d/www.conf @@ -14,7 +14,7 @@ server { location / { root /usr/local/nginx/html/; - index index.html; - try_files $uri /index.html; + # index index.html; + # try_files $uri /index.html; } } \ No newline at end of file