diff --git a/.github/nginx.conf b/.github/nginx.conf index bd5ea94..1dc7c20 100644 --- a/.github/nginx.conf +++ b/.github/nginx.conf @@ -6,6 +6,7 @@ server { location / { root /usr/share/nginx/html; index index.html index.htm; + try_files $uri $uri/ /index.html; } error_page 500 502 503 504 /50x.html;