From 91182c8e3d4511e5e5538d5d29c7f9ff73132845 Mon Sep 17 00:00:00 2001 From: chayleaf Date: Sun, 24 Nov 2024 11:19:35 +0700 Subject: [PATCH] keycloak: update deprecated settings --- system/hosts/server/keycloak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hosts/server/keycloak.nix b/system/hosts/server/keycloak.nix index da07cd8..77d9f93 100644 --- a/system/hosts/server/keycloak.nix +++ b/system/hosts/server/keycloak.nix @@ -15,7 +15,7 @@ in { http-host = "127.0.0.1"; http-port = 5739; https-port = 5740; - proxy = "edge"; + proxy-headers = "xforwarded"; }; }; services.nginx.virtualHosts."keycloak.${cfg.domainName}" = {