From bc3441d89067177660ff194b70385247ac22bceb Mon Sep 17 00:00:00 2001 From: Tony Boston Date: Sat, 16 Oct 2021 18:12:11 +0200 Subject: [PATCH] add proxyPass to Keycloak --- hosts/containers/keycloak/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/containers/keycloak/default.nix b/hosts/containers/keycloak/default.nix index 3b290cc3..8cc1b4de 100644 --- a/hosts/containers/keycloak/default.nix +++ b/hosts/containers/keycloak/default.nix @@ -21,7 +21,7 @@ in forceSSL = true; enableACME = true; locations."/" = { - # proxyPass = "http://localhost:8073"; + proxyPass = "https://localhost:8446"; # proxyWebsockets = true; }; };