forked from DGNum/infrastructure
fix(storage01): pass through the admin API of Garage
not the web API! Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
a4de5f4d31
commit
f20353b727
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ in
|
|||
forceSSL = true;
|
||||
|
||||
locations."/".extraConfig = ''
|
||||
proxy_pass http://127.0.0.1:3902;
|
||||
proxy_pass http://127.0.0.1:3903;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $host;
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue