Check if app is up

This commit is contained in:
Johan Wassberg 2025-05-16 16:01:54 +02:00
parent 202f9ade72
commit c71d582b22
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

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