Syntax error

This commit is contained in:
Johan Wassberg 2025-02-07 15:41:27 +01:00
parent 5964ffdd7f
commit b66e49be43
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -42,9 +42,6 @@ backend LB
{% block frontend %}
frontend {{ site_name }}
{{ bind_ip_tcp(bind_ips, 5000,) }}
option httpchk
http-check expect status 200
default-server inter 3s fall 3 rise 2 on-marked-down shutdown-sessions
{% endblock frontend %}
#
@ -56,6 +53,7 @@ frontend {{ site_name }}
config=[
'option httpchk GET',
'http-check expect status 200',
'default-server inter 3s fall 3 rise 2 on-marked-down shutdown-sessions',
],
)
}}