From 8b61fdcaff93ef1852584532dc57d3d919a8401d Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:28 +0200 Subject: [PATCH] refactor: typo --- roles/haproxy/templates/haproxy.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}