From f20353b727436b0b0eec0cce62388fbdc2215ef3 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Thu, 10 Oct 2024 17:52:18 +0200 Subject: [PATCH] fix(storage01): pass through the admin API of Garage not the web API! Signed-off-by: Ryan Lahfa --- machines/storage01/garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/storage01/garage.nix b/machines/storage01/garage.nix index c005fa4..a07bf17 100644 --- a/machines/storage01/garage.nix +++ b/machines/storage01/garage.nix @@ -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; '';