fix(storage01): pass through the admin API of Garage
All checks were successful
build configuration / build_and_cache_geo01 (push) Successful in 1m13s
build configuration / build_and_cache_geo02 (push) Successful in 1m14s
build configuration / build_and_cache_rescue01 (push) Successful in 1m18s
build configuration / build_and_cache_storage01 (push) Successful in 1m35s
build configuration / build_and_cache_compute01 (push) Successful in 1m38s
lint / check (push) Successful in 25s
build configuration / build_and_cache_krz01 (push) Successful in 2m11s
build configuration / build_and_cache_web02 (push) Successful in 1m11s
build configuration / build_and_cache_bridge01 (push) Successful in 1m8s
build configuration / build_and_cache_vault01 (push) Successful in 1m31s
build configuration / build_and_cache_web01 (push) Successful in 1m40s

not the web API!

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
Ryan Lahfa 2024-10-10 17:52:18 +02:00
parent a4de5f4d31
commit f20353b727

View file

@ -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;
'';