Also add koji stuff on other internal proxies
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
37c7bf8b21
commit
cc1795cec7
1 changed files with 2 additions and 2 deletions
|
@ -536,7 +536,7 @@ backend modernpaste-backend
|
|||
{% endif %}
|
||||
option httpchk GET /
|
||||
|
||||
{% if inventory_hostname_short == 'proxy01' or inventory_hostname_short == 'proxy10' %}
|
||||
{% if 'phx2' in inventory_hostname %}
|
||||
|
||||
frontend koji-frontend
|
||||
bind 0.0.0.0:10056
|
||||
|
@ -549,7 +549,7 @@ backend koji-backend
|
|||
server koji01 koji01:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /
|
||||
|
||||
# Only enable this on proxy01 or proxy10
|
||||
# Only enable this on phx2 proxies
|
||||
frontend src-frontend
|
||||
bind 0.0.0.0:10057
|
||||
default_backend src-backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue