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