diff --git a/conf/nginx.conf b/conf/nginx.conf index ea65458..72a93f9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -15,7 +15,7 @@ location @handle_redirect { proxy_hide_header x-amz-server-side-encryption; proxy_pass $redirect_uri; - more_set_headers "x-internal-redirect: '$redirect_uri'"; + more_set_headers "x-internal-redirect: '$redirect_uri'"; more_set_headers "x-cache-control: '$redirect_cache_control'"; more_set_headers "cache-control: '$redirect_cache_control' -s '200 201 206 301 302 303 307 308'"; }