mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-10 04:40:28 -07:00
Update keycloak.conf.j2
The documentation states that the path is relative to the /conf directory, which is true. So if one changes the contents of this file it would have no effect because the path would be non-existent. To make things worse, there would be no obvious error stating this and the configuration would be loaded from the defaults.
This commit is contained in:
parent
808b944f19
commit
5cdaa7aabb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ hostname-path={{ keycloak_quarkus_http_relative_path }}
|
|||
# Cluster
|
||||
{% if keycloak_quarkus_ha_enabled %}
|
||||
cache=ispn
|
||||
cache-config-file=conf/cache-ispn.xml
|
||||
cache-config-file=cache-ispn.xml
|
||||
cache-stack=tcp
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue