From 2b9a4d866e65af004978465734cce63a87d2c4d4 Mon Sep 17 00:00:00 2001 From: Tiago Carrondo Date: Sun, 20 Mar 2022 20:27:31 +0000 Subject: [PATCH] pimp --- files/ha_haproxy.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ha_haproxy.cfg.j2 b/files/ha_haproxy.cfg.j2 index 7cbe5a7..e9b2538 100644 --- a/files/ha_haproxy.cfg.j2 +++ b/files/ha_haproxy.cfg.j2 @@ -73,11 +73,11 @@ frontend http_https acl git-ansol-org hdr(host) -i git.ansol.org use_backend git-ansol-org if git-ansol-org - # Go to freescout + # Freescout acl freescout hdr(host) -i inbox.ansol.org use_backend freescout if freescout - # Go to pretalx + # Pretalx acl pretalx hdr(host) -i manage.ubucon.org use_backend pretalx if pretalx