Syntax error
This commit is contained in:
parent
5964ffdd7f
commit
b66e49be43
1 changed files with 1 additions and 3 deletions
|
@ -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',
|
||||
],
|
||||
)
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue