diff --git a/docker/nginx.conf b/docker/nginx.conf index 38eb1d96a..8b75d6404 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, must-revalidate"; + add_header Pragma no-cache; } location / {