diff --git a/nginx.conf b/nginx.conf index b827154f..0367a72e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,6 +6,7 @@ server { if ($request_filename ~ .*\.(htm|html)$) { add_header Cache-Control no-cache; } + try_files $uri $uri/ /index.html; port_in_redirect off; proxy_redirect off; proxy_set_header Host $host;