adicionar as entradas no haproxy

This commit is contained in:
Tiago Carrondo 2022-03-20 20:22:06 +00:00
parent 053825193f
commit 95d3ff2741
1 changed files with 18 additions and 0 deletions

View File

@ -73,6 +73,14 @@ 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
acl freescout hdr(host) -i inbox.ansol.org
use_backend freescout if freescout
# Go to pretalx
acl pretalx hdr(host) -i manage.ubucon.org
use_backend pretalx if pretalx
# Let's Encrypt
backend letsencrypt
@ -82,3 +90,13 @@ backend letsencrypt
backend git-ansol-org
server git-ansol-org gitea:3000 check
# Freescout
backend freescout
server freescout freescout:80 check
# Pretalx
backend pretalx
server pretalx 10.81.14.52:80 check