Use on all fidus machines

This commit is contained in:
Johan Wassberg 2025-05-13 13:35:55 +02:00
parent 0fff4dac64
commit f436907b48
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B
2 changed files with 9 additions and 10 deletions

View file

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

View file

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