Fix template typo
This commit is contained in:
parent
9b3b61485d
commit
d0bed71f7f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ frontend {{ frontend[1].name }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
# frontend http-responses
|
# frontend http-responses
|
||||||
{%- if 'http-responses' in frontend[1] %}
|
{%- if 'http_responses' in frontend[1] %}
|
||||||
{%- for http_response in frontend[1].http_responses %}
|
{%- for http_response in frontend[1].http_responses %}
|
||||||
http-response {{ http_response }}
|
http-response {{ http_response }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue