From 59196a54e74cd7300c8fa434db9ba20397c4d690 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sat, 10 Feb 2024 21:26:01 +0100 Subject: [PATCH] Formatting? --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"; }