diff --git a/nginx/conf.d/www.conf b/nginx/conf.d/www.conf index a448955..6684d6c 100644 --- a/nginx/conf.d/www.conf +++ b/nginx/conf.d/www.conf @@ -14,6 +14,6 @@ server { location / { root /usr/share/nginx/html; - index index.html index.htm; + try_files $uri /index.html; } } \ No newline at end of file