Basic typo fixed
This commit is contained in:
parent
b089a7feb4
commit
6c4f312f76
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ frontend {{ frontend[1].name }}
|
||||||
{%- for front_redirect in frontend[1].redirects %}
|
{%- for front_redirect in frontend[1].redirects %}
|
||||||
redirect {{ front_redirect }}
|
redirect {{ front_redirect }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{-% endif %}
|
{%- endif %}
|
||||||
{%- if 'acls' in frontend[1] %}
|
{%- if 'acls' in frontend[1] %}
|
||||||
{%- for acl in frontend[1].acls %}
|
{%- for acl in frontend[1].acls %}
|
||||||
acl {{ acl }}
|
acl {{ acl }}
|
||||||
|
|
Loading…
Reference in a new issue