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";