From 19af384c4f7199bf515886473a64e7b8e56ee41d Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sat, 17 May 2025 09:08:47 -0500 Subject: [PATCH] clear cache control header here --- helm-chart/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/templates/_helpers.tpl b/helm-chart/templates/_helpers.tpl index 375c596..532af97 100644 --- a/helm-chart/templates/_helpers.tpl +++ b/helm-chart/templates/_helpers.tpl @@ -34,6 +34,7 @@ server { resolver 1.1.1.1 valid=300s ipv6=off; proxy_hide_header x-amz-request-id; proxy_hide_header x-minio-deployment-id; + proxy_hide_header Cache-Control; location ~ ^([^.?]*[^/])$ { return 301 $1/;