parent
d9ccdc2141
commit
6d070ef4cc
1 changed files with 4 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue