haproxy / koji: add koji02 into load balancing in haproxy so we can reboot nodes.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8cd64a58f5
commit
bb3d49b94e
1 changed files with 1 additions and 0 deletions
|
@ -454,6 +454,7 @@ backend koji-backend
|
|||
timeout server 3h
|
||||
balance hdr(appserver)
|
||||
server koji01 koji01:80 check inter 10s rise 1 fall 2
|
||||
server koji02 koji02:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /
|
||||
|
||||
# Only enable this on phx2 proxies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue