Did not work

This commit is contained in:
Johan Wassberg 2025-05-14 14:36:26 +02:00
parent c508b95842
commit 5e753771f0
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -29,12 +29,3 @@ frontend {{ site_name }}
use_backend {{ site_name }}__default
{% endblock frontend %}
{% block backend %}
{{ output_backends(backends,
config=[
'cookie SERVERID insert indirect nocache',
'option httpchk'
]
)
}}
{% endblock backend %}