Use on all fidus machines
This commit is contained in:
parent
0fff4dac64
commit
f436907b48
2 changed files with 9 additions and 10 deletions
|
@ -30,3 +30,12 @@ frontend {{ site_name }}
|
|||
use_backend {{ site_name }}__default
|
||||
{% endblock usebackend %}
|
||||
{% endblock frontend %}
|
||||
{% block backend %}
|
||||
{{ output_backends(backends,
|
||||
config=[
|
||||
'cookie SERVERID insert indirect nocache',
|
||||
'option httpchk'
|
||||
]
|
||||
)
|
||||
}}
|
||||
{% endblock backend %}
|
||||
|
|
|
@ -4,13 +4,3 @@
|
|||
use_backend {{ site_name }}__test if { path_beg /test/ }
|
||||
use_backend {{ site_name }}__default
|
||||
{% 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