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