haproxy cannot have koji defined in non phx2 without vpn

This commit is contained in:
Kevin Fenzi 2016-12-13 01:23:46 +00:00
parent eed5bafe70
commit 6e68371bf3

View file

@ -360,12 +360,13 @@ listen modernpaste 0.0.0.0:10055
{% endif %}
{% if inventory_hostname_short == 'proxy01' or inventory_hostname_short == 'proxy10' %}
listen koji 0.0.0.0:10056
balance hdr(appserver)
server koji01 koji01:80 check inter 10s rise 1 fall 2
option httpchk GET /
{% if inventory_hostname_short == 'proxy01' or inventory_hostname_short == 'proxy10' %}
# Only enable this on proxy01 or proxy10
listen src 0.0.0.0:10057
balance hdr(appserver)