haproxy cannot have koji defined in non phx2 without vpn
This commit is contained in:
parent
eed5bafe70
commit
6e68371bf3
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue