fix: nginx now serves spa correctly, even for sub-paths

This commit is contained in:
2026-09-05 19:43:45 +02:00
parent 0d45d890da
commit 4ac33c2d4d
+1
View File
@@ -40,6 +40,7 @@ server {
location / {
root /usr/share/nginx/html;
try_files $uri $uri/ /index.html;
}
location /api {
client_max_body_size 512m;