mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 14:32:10 +01:00
~ nginx.conf: added "/browser" to try_files
This commit is contained in:
@@ -6,7 +6,7 @@ server {
|
||||
gzip_comp_level 9;
|
||||
etag on;
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri/ /browser/index.html;
|
||||
}
|
||||
location /static/ {
|
||||
add_header Cache-Control max-age=31536000;
|
||||
|
||||
Reference in New Issue
Block a user