From 8e9c6396b31a60af6bb391143a88f6213e9ee2ed Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 23:19:42 -0500 Subject: [PATCH] grrrrrr --- modules/keycloak.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/keycloak.nix b/modules/keycloak.nix index 1127aac..4436cc1 100644 --- a/modules/keycloak.nix +++ b/modules/keycloak.nix @@ -14,8 +14,9 @@ with lib; http-port = 8787; # https-port = 8788; http-enabled = true; + # http-relative-path = "/"; hostname-strict-https = false; - proxy-headers = "forwarded"; + proxy-headers = "xforwarded"; # proxy = "passthrough"; }; database.passwordFile = "/keycloakbd";