From de9223cbcdc81fd8bc148fb0b60863fcd91f25f2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 22:30:44 -0500 Subject: [PATCH] grr --- modules/keycloak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/keycloak.nix b/modules/keycloak.nix index 26ddc73..4f72487 100644 --- a/modules/keycloak.nix +++ b/modules/keycloak.nix @@ -13,7 +13,7 @@ with lib; hostname = dn; http-port = 8787; https-port = 8788; - proxy = "passthrough"; + # proxy = "passthrough"; }; }; nginx.virtualHosts.${dn} = {