Revert "Use wasabi instead of linode"

This reverts commit d9ccdc2141.
This commit is contained in:
jaina heartles 2024-03-31 16:35:39 -07:00
parent d9ccdc2141
commit 6d070ef4cc
1 changed files with 4 additions and 11 deletions

View File

@ -100,18 +100,11 @@ in {
'';
locations."/".extraConfig = ''
# set $bucket rub-um5oh2ac4yi9c2mf.misskey.egirls.gay;
# set $region us-east-1;
# set $url linodeobjects.com;
set $bucket egirls-gay-misskey;
set $region us-west-1;
set $url wasabisys.com;
set $path /egirls-gay-misskey/;
set $bucket rub-um5oh2ac4yi9c2mf.misskey.egirls.gay;
set $region us-east-1;
#proxy_pass https://storage.us-east-1.linodeobjects.com;
#proxy_set_header Host $bucket.us-east-1.linodeobjects.com;
proxy_pass https://$bucket.$region.$url$path;
proxy_set_header Host $bucket.$region.$url$path;
proxy_pass https://storage.us-east-1.linodeobjects.com;
proxy_set_header Host $bucket.us-east-1.linodeobjects.com;
proxy_http_version 1.1;
proxy_redirect off;
proxy_intercept_errors on;