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