From a0a92dc3c4c0031e3ff00eb673e9149d3b1dd7ad Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 30 May 2024 12:38:25 +0200 Subject: [PATCH] Add a missing endif. --- templates/keycloak.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/keycloak.conf.j2 b/templates/keycloak.conf.j2 index 260ea41..5bce0bf 100644 --- a/templates/keycloak.conf.j2 +++ b/templates/keycloak.conf.j2 @@ -44,6 +44,7 @@ proxy=reencrypt # The proxy address forwarding mode if the server is behind a reverse proxy. proxy-headers={{ keycloak_reverse_proxy_type }} {% endif %} +{% endif %} {% if keycloak_set_hostname %} # Hostname for the Keycloak server.