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