Use wasabi instead of linode
This commit is contained in:
parent
0759c03931
commit
d9ccdc2141
1 changed files with 11 additions and 4 deletions
|
@ -100,11 +100,18 @@ in {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
set $bucket rub-um5oh2ac4yi9c2mf.misskey.egirls.gay;
|
# set $bucket rub-um5oh2ac4yi9c2mf.misskey.egirls.gay;
|
||||||
set $region us-east-1;
|
# 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/;
|
||||||
|
|
||||||
proxy_pass https://storage.us-east-1.linodeobjects.com;
|
#proxy_pass https://storage.us-east-1.linodeobjects.com;
|
||||||
proxy_set_header Host $bucket.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_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_intercept_errors on;
|
proxy_intercept_errors on;
|
||||||
|
|
Loading…
Reference in a new issue