Close a conditional
This commit is contained in:
parent
d737274623
commit
2bc96da193
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue