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} = {