parent
93187099d3
commit
c5d155396a
@ -14,6 +14,10 @@ http {
|
|||||||
internal;
|
internal;
|
||||||
add_header Cache-Control 'no-store';
|
add_header Cache-Control 'no-store';
|
||||||
}
|
}
|
||||||
|
location = /env.js {
|
||||||
|
internal;
|
||||||
|
add_header Cache-Control 'no-store';
|
||||||
|
}
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user