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