juntar listas.ansol.org ao haproxy
This commit is contained in:
parent
df1b4b4624
commit
c015bec3a8
@ -81,6 +81,10 @@ frontend http_https
|
|||||||
acl pretalx hdr(host) -i manage.ubucon.org
|
acl pretalx hdr(host) -i manage.ubucon.org
|
||||||
use_backend pretalx if pretalx
|
use_backend pretalx if pretalx
|
||||||
|
|
||||||
|
# Listas
|
||||||
|
acl listas_ansol hdr(host) -i listas.ansol.org
|
||||||
|
use_backend listas_ansol if listas_ansol
|
||||||
|
|
||||||
# Let's Encrypt
|
# Let's Encrypt
|
||||||
|
|
||||||
backend letsencrypt
|
backend letsencrypt
|
||||||
@ -100,3 +104,8 @@ backend freescout
|
|||||||
|
|
||||||
backend pretalx
|
backend pretalx
|
||||||
server pretalx 10.81.14.52:80 check
|
server pretalx 10.81.14.52:80 check
|
||||||
|
|
||||||
|
# Listas
|
||||||
|
|
||||||
|
backend listas_ansol
|
||||||
|
server listas_ansol kpn0.netureza.pt:80 check
|
||||||
|
Loading…
Reference in New Issue
Block a user