QA did not work with httpchhk
This commit is contained in:
parent
7e6314100d
commit
1f9c99f5b7
1 changed files with 9 additions and 9 deletions
|
@ -30,12 +30,12 @@ frontend {{ site_name }}
|
||||||
use_backend {{ site_name }}__default
|
use_backend {{ site_name }}__default
|
||||||
{% endblock usebackend %}
|
{% endblock usebackend %}
|
||||||
{% endblock frontend %}
|
{% endblock frontend %}
|
||||||
{% block backend %}
|
#{% block backend %}
|
||||||
{{ output_backends(backends,
|
#{{ output_backends(backends,
|
||||||
config=[
|
# config=[
|
||||||
'cookie SERVERID insert indirect nocache',
|
# 'cookie SERVERID insert indirect nocache',
|
||||||
'option httpchk'
|
# 'option httpchk'
|
||||||
]
|
# ]
|
||||||
)
|
# )
|
||||||
}}
|
#}}
|
||||||
{% endblock backend %}
|
#{% endblock backend %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue