diff --git a/roles/haproxy/templates/haproxy.cfg.j2 b/roles/haproxy/templates/haproxy.cfg.j2 index f445c7a..07ced7d 100644 --- a/roles/haproxy/templates/haproxy.cfg.j2 +++ b/roles/haproxy/templates/haproxy.cfg.j2 @@ -46,7 +46,7 @@ frontend http ## {{ hostname }} configuration acl host_{{ hostname }} hdr(host) -i {{ hostname }} use_backend http_{{ server }} if letsencrypt host_{{ hostname }} - + {% endfor %} {% endfor %} @@ -61,7 +61,7 @@ frontend https ## {{ hostname }} configuration acl host_{{ hostname }} req.ssl_sni -i {{ hostname }} use_backend https_{{ server }} if host_{{ hostname }} - + {% endfor %} {% endfor %}