Skip to content

Commit

Permalink
Merge pull request #1073 from GSA/revert-sitemap-location-change
Browse files Browse the repository at this point in the history
attempt to fix sitemaps
  • Loading branch information
FuhuXia authored Sep 14, 2023
2 parents 2a890cb + 0ab30c6 commit a624a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/nginx-common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a624a7b

Please sign in to comment.