Test is down
This commit is contained in:
parent
5e753771f0
commit
73135dc821
1 changed files with 10 additions and 0 deletions
|
@ -4,3 +4,13 @@
|
|||
use_backend {{ site_name }}__test if { path_beg /test/ }
|
||||
use_backend {{ site_name }}__default
|
||||
{% endblock usebackend %}
|
||||
{# This block can be removed if we patch the publishers to support the OPTIONS method
|
||||
#}
|
||||
{{ output_backends(backends,
|
||||
config=[
|
||||
'cookie SERVERID insert indirect nocache',
|
||||
'option httpchk GET /'
|
||||
]
|
||||
)
|
||||
}}
|
||||
{% endblock backend %}
|
||||
|
|
Loading…
Add table
Reference in a new issue