clear cache control header here
This commit is contained in:
parent
0948358703
commit
19af384c4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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/;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue