diff --git a/docker/nginx.conf b/docker/nginx.conf index 38eb1d96af..bf73682fe9 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -26,6 +26,10 @@ server { location /console { index index.html index.html; try_files $uri /console/index.html; + + expires 0; + add_header Cache-Control "no-cache, no-store"; + add_header Pragma "no-cache"; } location / {