keycloak: update deprecated settings
This commit is contained in:
parent
7e49323705
commit
91182c8e3d
|
@ -15,7 +15,7 @@ in {
|
||||||
http-host = "127.0.0.1";
|
http-host = "127.0.0.1";
|
||||||
http-port = 5739;
|
http-port = 5739;
|
||||||
https-port = 5740;
|
https-port = 5740;
|
||||||
proxy = "edge";
|
proxy-headers = "xforwarded";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts."keycloak.${cfg.domainName}" = {
|
services.nginx.virtualHosts."keycloak.${cfg.domainName}" = {
|
||||||
|
|
Loading…
Reference in a new issue