From 79b0a563be5934a8fffbd31b2b88d26395c73665 Mon Sep 17 00:00:00 2001 From: Tiago Carrondo Date: Fri, 5 Aug 2022 09:48:28 +0100 Subject: [PATCH] adiciona saucy ao haproxy --- files/ha_haproxy.cfg.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/ha_haproxy.cfg.j2 b/files/ha_haproxy.cfg.j2 index 10bc673..6915f2b 100644 --- a/files/ha_haproxy.cfg.j2 +++ b/files/ha_haproxy.cfg.j2 @@ -85,6 +85,10 @@ frontend http_https acl listas_ansol hdr(host) -i listas.ansol.org use_backend listas_ansol if listas_ansol + # Saucy + acl saucy hdr(host) -i saucy.ansol.org + use_backend saucy if saucy + # Let's Encrypt backend letsencrypt @@ -109,3 +113,9 @@ backend pretalx backend listas_ansol server listas_ansol kpn0.netureza.pt:80 check + +# Saucy + +backend saucy + server saucy saucy:80 check +