haproxy: try and balance kojipkgs by source ip instead of appheader (which isn't even set here)?
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4817865c8d
commit
7d70382af9
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ frontend kojipkgs-frontend
|
|||
default_backend kojipkgs-backend
|
||||
|
||||
backend kojipkgs-backend
|
||||
balance hdr(appserver)
|
||||
balance source
|
||||
server kojipkgs01.phx2.fedoraproject.org kojipkgs01.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2
|
||||
server kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue