From 0ab30c6e15fa591ef8278f499049171baacd407f Mon Sep 17 00:00:00 2001 From: Tyler Burton Date: Thu, 14 Sep 2023 13:39:00 -0500 Subject: [PATCH] attempt to fix sitemaps --- proxy/nginx-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/nginx-common.conf b/proxy/nginx-common.conf index a2c9b7ae..d38044d2 100644 --- a/proxy/nginx-common.conf +++ b/proxy/nginx-common.conf @@ -70,7 +70,7 @@ location = /sitemap.xml { proxy_pass https://${s3_url}/${s3_bucket}/sitemap.xml; } -location = /sitemap { +location /sitemap { set $s3_url s3_url_placeholder; set $s3_bucket s3_bucket_placeholder; proxy_pass https://${s3_url}/${s3_bucket}$request_uri;