mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 17:01:33 +08:00
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:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user