From afbcb7b0ad2122aa30d858d89546cfe4c7cc73dd Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 5 Oct 2022 19:59:03 -0400 Subject: Host bridge on pincer --- config/web-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/web-server.nix') diff --git a/config/web-server.nix b/config/web-server.nix index a63c76a..767d7f9 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -73,7 +73,7 @@ in { locations."/".proxyPass = "http://localhost:${toString keycloak_loc.http-port}"; }; "bridge.orbekk.com" = template // { - locations."/".proxyPass = "http://localhost:${toString bridge_loc.port}"; + locations."/".proxyPass = "http://${bridge_loc.host}:${toString bridge_loc.port}"; }; "git.orbekk.com" = template // { locations."/".proxyPass = "http://localhost:11103"; -- cgit v1.2.3