keycloak: update deprecated settings

This commit is contained in:
chayleaf 2024-11-24 11:19:35 +07:00
parent 7e49323705
commit 91182c8e3d
Signed by: chayleaf
GPG key ID: 78171AD46227E68E

View file

@ -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}" = {