Check if backend if alive

This commit is contained in:
Johan Wassberg 2025-05-13 13:28:09 +02:00
parent dea11e178d
commit 0fff4dac64
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

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