Update docker/nginx.conf

Co-authored-by: Fabian Gruber <1951610+basert@users.noreply.github.com>
This commit is contained in:
Torsten Dittmann
2025-05-27 15:15:13 +02:00
committed by GitHub
parent 1ca27a6244
commit 680b4eecff
+1 -1
View File
@@ -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";
}