From 2bc96da193bd04a3e67ee486d011e4d22bd9daf9 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 21 Oct 2020 17:07:15 +0200 Subject: [PATCH] Close a conditional --- templates/haproxy.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index 641c53e..15630ff 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -172,6 +172,7 @@ backend {{ srv.acl_name }}_bck {% if srv.http_check_enabled is defined and srv.http_check_enabled %} http-check send {{ srv.http_check }} http-check expect {{ srv.http_check_expect }} +{% endif %} {% if srv.stick_sessions %} {% if srv.stick_on_cookie %} cookie {{ srv.stick_cookie }}