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