Fix indentation
This commit is contained in:
parent
eb4175413e
commit
4e866079f4
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ redirect {{ front_redirect }}
|
||||||
# frontend http-requests
|
# frontend http-requests
|
||||||
{%- if 'http_requests' in frontend[1] %}
|
{%- if 'http_requests' in frontend[1] %}
|
||||||
{%- for http_request in frontend[1].http_requests %}
|
{%- for http_request in frontend[1].http_requests %}
|
||||||
http-request {{ http_request }}
|
http-request {{ http_request }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue