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
|
||||
{% endblock usebackend %}
|
||||
{% endblock frontend %}
|
||||
#{% block backend %}
|
||||
#{{ output_backends(backends,
|
||||
# config=[
|
||||
# 'cookie SERVERID insert indirect nocache',
|
||||
# 'option httpchk'
|
||||
# ]
|
||||
# )
|
||||
#}}
|
||||
#{% endblock backend %}
|
||||
{% block backend %}
|
||||
{#
|
||||
{{ output_backends(backends,
|
||||
config=[
|
||||
'cookie SERVERID insert indirect nocache',
|
||||
'option httpchk'
|
||||
]
|
||||
)
|
||||
}}
|
||||
{% endblock backend %}
|
||||
#}
|
||||
|
|
Loading…
Add table
Reference in a new issue