clear cache control header here

This commit is contained in:
Waylon S. Walker 2025-05-17 09:08:47 -05:00
parent 0948358703
commit 19af384c4f

View file

@ -34,6 +34,7 @@ server {
resolver 1.1.1.1 valid=300s ipv6=off; resolver 1.1.1.1 valid=300s ipv6=off;
proxy_hide_header x-amz-request-id; proxy_hide_header x-amz-request-id;
proxy_hide_header x-minio-deployment-id; proxy_hide_header x-minio-deployment-id;
proxy_hide_header Cache-Control;
location ~ ^([^.?]*[^/])$ { location ~ ^([^.?]*[^/])$ {
return 301 $1/; return 301 $1/;