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 %}
|
||||
|
||||
# frontend http-responses
|
||||
{%- if 'http-responses' in frontend[1] %}
|
||||
{%- if 'http_responses' in frontend[1] %}
|
||||
{%- for http_response in frontend[1].http_responses %}
|
||||
http-response {{ http_response }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue