From 0eb8c89d56e8b483ca13c08d85978e23e65f4606 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 22:51:35 -0500 Subject: [PATCH] grrr --- modules/keycloak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/keycloak.nix b/modules/keycloak.nix index cb9f986..2bc7e48 100644 --- a/modules/keycloak.nix +++ b/modules/keycloak.nix @@ -15,7 +15,7 @@ with lib; https-port = 8788; http-enabled = true; hostname-strict-https = false; - proxy-headers = [ "forwarded" "xforwarded" ]; + proxy-headers = "forwarded"; # proxy = "passthrough"; }; database.passwordFile = "/keycloakbd";