Test is down

This commit is contained in:
Johan Wassberg 2025-05-16 08:51:36 +02:00
parent 5e753771f0
commit 73135dc821
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -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 %}