diff --git a/nginx.conf b/nginx.conf index 03a346c3..c179d487 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,15 +7,12 @@ http { error_page 404 /index.html; root /usr/share/nginx/html; location = /index.html { - internal; add_header Cache-Control 'no-store'; } location = / { - internal; add_header Cache-Control 'no-store'; } location = /env.js { - internal; add_header Cache-Control 'no-store'; } location / {