Check if app is up
This commit is contained in:
parent
202f9ade72
commit
c71d582b22
1 changed files with 9 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue