mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
~ nginx.conf: added "/browser" to try_files
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user