diff --git a/docker/etc/nginx/templates/default.conf.template b/docker/etc/nginx/templates/default.conf.template index c6c5ceaa4..2baaf46b6 100644 --- a/docker/etc/nginx/templates/default.conf.template +++ b/docker/etc/nginx/templates/default.conf.template @@ -7,6 +7,12 @@ server { index index.html; try_files $uri $uri/ /index.html; + location ~ (config\.json|index\.html)$ { + add_header Cache-Control "max-age=0, no-cache, no-store, must-revalidate"; + add_header Pragma "no-cache"; + add_header Expires 0; + } + sub_filter '