diff --git a/nginx.conf b/nginx.conf index cd0ef5b7..03a346c3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -14,6 +14,10 @@ http { internal; add_header Cache-Control 'no-store'; } + location = /env.js { + internal; + add_header Cache-Control 'no-store'; + } location / { try_files $uri $uri/ /index.html; }