diff --git a/conf.d/default.conf b/conf.d/default.conf index 7658041..e3388ef 100644 --- a/conf.d/default.conf +++ b/conf.d/default.conf @@ -6,6 +6,10 @@ server { add_header 'Access-Control-Allow-Headers' 'Content-Type, Authorization' always; add_header 'Access-Control-Allow-Credentials' 'true' always; + add_header 'Cache-Control' 'no-store, no-cache, must-revalidate, max-age=0' always; + add_header 'Pragma' 'no-cache' always; + add_header 'Expires' '0' always; + location / { root /usr/share/nginx/html; index index.html;