QA did not work with httpchhk

This commit is contained in:
Johan Wassberg 2025-05-14 13:25:22 +02:00
parent 7e6314100d
commit 1f9c99f5b7
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -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 %}