prevent browser caching
This commit is contained in:
parent
588f90feb6
commit
c5d5b29e36
@ -37,6 +37,7 @@ http {
|
|||||||
root /app;
|
root /app;
|
||||||
index index.html;
|
index index.html;
|
||||||
try_files $uri $uri/ /eo-services/index.html;
|
try_files $uri $uri/ /eo-services/index.html;
|
||||||
|
add_header Cache-Control 'no-store';
|
||||||
}
|
}
|
||||||
|
|
||||||
location /mirror {
|
location /mirror {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user