diff --git a/haproxy/templates/haproxy.jinja b/haproxy/templates/haproxy.jinja index 8315a85..d9bbb0e 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -85,7 +85,7 @@ frontend {{ frontend[1].name }} # frontend redirects {%- if 'redirects' in frontend[1] %} {%- for front_redirect in frontend[1].redirects %} -redirect {{ front_redirect }} + redirect {{ front_redirect }} {% endfor %} {%- endif %}