parent
c5d155396a
commit
5352410d0c
@ -7,15 +7,12 @@ http {
|
|||||||
error_page 404 /index.html;
|
error_page 404 /index.html;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
location = /index.html {
|
location = /index.html {
|
||||||
internal;
|
|
||||||
add_header Cache-Control 'no-store';
|
add_header Cache-Control 'no-store';
|
||||||
}
|
}
|
||||||
location = / {
|
location = / {
|
||||||
internal;
|
|
||||||
add_header Cache-Control 'no-store';
|
add_header Cache-Control 'no-store';
|
||||||
}
|
}
|
||||||
location = /env.js {
|
location = /env.js {
|
||||||
internal;
|
|
||||||
add_header Cache-Control 'no-store';
|
add_header Cache-Control 'no-store';
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user