Monitor the apps
This commit is contained in:
parent
86307d45cf
commit
39087d1b75
1 changed files with 7 additions and 2 deletions
|
@ -27,6 +27,11 @@ frontend {{ site_name }}
|
||||||
use_backend {{ site_name }}__default
|
use_backend {{ site_name }}__default
|
||||||
{% endblock frontend %}
|
{% endblock frontend %}
|
||||||
{% block backend %}
|
{% block backend %}
|
||||||
{{ output_backends(backends, config=['cookie SERVERID insert indirect nocache
|
{{ output_backends(backends,
|
||||||
']) }}
|
config=[
|
||||||
|
'cookie SERVERID insert indirect nocache',
|
||||||
|
'option httpchk'
|
||||||
|
]
|
||||||
|
)
|
||||||
|
}}
|
||||||
{% endblock backend %}
|
{% endblock backend %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue