Syntax error
This commit is contained in:
parent
1f9c99f5b7
commit
70e536453b
1 changed files with 11 additions and 9 deletions
|
@ -30,12 +30,14 @@ frontend {{ site_name }}
|
||||||
use_backend {{ site_name }}__default
|
use_backend {{ site_name }}__default
|
||||||
{% endblock usebackend %}
|
{% endblock usebackend %}
|
||||||
{% endblock frontend %}
|
{% endblock frontend %}
|
||||||
#{% block backend %}
|
{% block backend %}
|
||||||
#{{ output_backends(backends,
|
{#
|
||||||
# config=[
|
{{ output_backends(backends,
|
||||||
# 'cookie SERVERID insert indirect nocache',
|
config=[
|
||||||
# 'option httpchk'
|
'cookie SERVERID insert indirect nocache',
|
||||||
# ]
|
'option httpchk'
|
||||||
# )
|
]
|
||||||
#}}
|
)
|
||||||
#{% endblock backend %}
|
}}
|
||||||
|
{% endblock backend %}
|
||||||
|
#}
|
||||||
|
|
Loading…
Add table
Reference in a new issue