diff --git a/nginx/default.conf b/nginx/default.conf index 15c4afe..c610d04 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -4,7 +4,7 @@ server { location / { root /usr/share/nginx/html; - index index.html index.htm; + try_files $uri /index.html; } # error_page 500 502 503 504 /50x.html;