prevent browser caching

This commit is contained in:
Peter Morton 2023-08-05 16:51:54 -05:00
parent 588f90feb6
commit c5d5b29e36

View File

@ -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 {