Add Keycloak to the enabled services list and update its configuration to include the HTTP host setting
This commit is contained in:
@@ -32,6 +32,7 @@ in
|
||||
hostname-strict-https = false;
|
||||
http-enabled = true;
|
||||
http-port = cfg.port;
|
||||
http-host = cfg.ip;
|
||||
proxy-headers = "xforwarded";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user