Fix nginx: add proper SPA fallback with try_files and compression

This commit is contained in:
Vivek 2026-06-08 09:23:57 +00:00
parent da9b8224b4
commit 785b2049b9

View file

@ -6,7 +6,7 @@ server {
# Serve static assets # Serve static assets
location / { location / {
try_files $uri $uri/ /index.html; try_files $uri /index.html;
} }
# Gzip compression # Gzip compression