From 680b4eecffe41cc19579b199bb4d7d9ff3190c2b Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 27 May 2025 15:15:13 +0200 Subject: [PATCH] Update docker/nginx.conf Co-authored-by: Fabian Gruber <1951610+basert@users.noreply.github.com> --- docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }