parent
828169373a
commit
7f7e30e92b
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
limit_except GET {
|
||||
deny all;
|
||||
}
|
||||
proxy_set_header Host 'mastodon-chir-rs.s3.us-west-000.backblazeb2.com';
|
||||
proxy_set_header Host 'f000.backblazeb2.com';
|
||||
proxy_set_header Connection ${"''"};
|
||||
proxy_set_header Authorization ${"''"};
|
||||
proxy_hide_header Set-Cookie;
|
||||
|
@ -53,7 +53,7 @@
|
|||
add_header 'Access-Control-Allow-Origin' '*';
|
||||
add_header X-Cache-Status $upstream_cache_status;
|
||||
'';
|
||||
proxyPass = "https://mastodon-chir-rs.s3.us-west-000.backblazeb2.com";
|
||||
proxyPass = "https://f000.backblazeb2.com/file/mastodon-chir-rs/";
|
||||
};
|
||||
};
|
||||
services.nginx.appendHttpConfig = ''
|
||||
|
|
Loading…
Reference in a new issue