~ nginx.conf: added "/browser" to try_files

This commit is contained in:
Michael Auer
2025-03-11 18:22:39 +01:00
parent a39706bff3
commit 04403179d7

View File

@@ -6,7 +6,7 @@ server {
gzip_comp_level 9; gzip_comp_level 9;
etag on; etag on;
location / { location / {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /browser/index.html;
} }
location /static/ { location /static/ {
add_header Cache-Control max-age=31536000; add_header Cache-Control max-age=31536000;