diff --git a/docker/nginx.conf b/docker/nginx.conf index 0aba86e84..bf73682fe 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -28,7 +28,7 @@ server { try_files $uri /console/index.html; expires 0; - add_header Cache-Control "no-store"; + add_header Cache-Control "no-cache, no-store"; add_header Pragma "no-cache"; }