Check if backends are up
This commit is contained in:
parent
dd9339e745
commit
6fda4d5183
1 changed files with 9 additions and 0 deletions
|
@ -27,3 +27,12 @@ frontend {{ site_name }}
|
||||||
use_backend {{ site_name }}__default
|
use_backend {{ site_name }}__default
|
||||||
{% endblock usebackend %}
|
{% endblock usebackend %}
|
||||||
{% endblock frontend %}
|
{% endblock frontend %}
|
||||||
|
{% block backend %}
|
||||||
|
{{ output_backends(backends,
|
||||||
|
config=[
|
||||||
|
'cookie SERVERID insert indirect nocache',
|
||||||
|
'option httpchk'
|
||||||
|
]
|
||||||
|
)
|
||||||
|
}}
|
||||||
|
{% endblock backend %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue