remove_response_headers.vcl 355 B

12345678910
  1. unset beresp.http.x-amz-id-2;
  2. unset beresp.http.x-amz-request-id;
  3. unset beresp.http.x-amz-meta-server-side-encryption;
  4. unset beresp.http.x-amz-server-side-encryption;
  5. unset beresp.http.x-amz-bucket-region;
  6. unset beresp.http.x-amzn-request-id;
  7. # Set the Caching policy for all files
  8. set beresp.http.Cache-Control = "public, max-age=315576000, immutable";