Add a missing endif.
This commit is contained in:
parent
a62b68295e
commit
a0a92dc3c4
|
@ -44,6 +44,7 @@ proxy=reencrypt
|
||||||
# The proxy address forwarding mode if the server is behind a reverse proxy.
|
# The proxy address forwarding mode if the server is behind a reverse proxy.
|
||||||
proxy-headers={{ keycloak_reverse_proxy_type }}
|
proxy-headers={{ keycloak_reverse_proxy_type }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if keycloak_set_hostname %}
|
{% if keycloak_set_hostname %}
|
||||||
# Hostname for the Keycloak server.
|
# Hostname for the Keycloak server.
|
||||||
|
|
Loading…
Reference in New Issue