mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 00:51:39 +08:00
haproxy: switch kojipkgs to use apache backend on 8080
This avoids the tcp timeout problem totally from what I can tell. Just switch it for now as we continue to work on the underlying problem. This does mean that we don't use varnish, but apache is able to keep up ok so far. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -266,8 +266,8 @@ frontend kojipkgs-frontend
|
||||
|
||||
backend kojipkgs-backend
|
||||
balance uri
|
||||
server kojipkgs01.{{ datacenter }}.fedoraproject.org kojipkgs01.{{ datacenter }}.fedoraproject.org:80 check inter 30s rise 1 fall 3
|
||||
server kojipkgs02.{{ datacenter }}.fedoraproject.org kojipkgs02.{{ datacenter }}.fedoraproject.org:80 check inter 30s rise 1 fall 3
|
||||
server kojipkgs01.{{ datacenter }}.fedoraproject.org kojipkgs01.{{ datacenter }}.fedoraproject.org:8080 check inter 30s rise 1 fall 3
|
||||
server kojipkgs02.{{ datacenter }}.fedoraproject.org kojipkgs02.{{ datacenter }}.fedoraproject.org:8080 check inter 30s rise 1 fall 3
|
||||
option httpchk GET /
|
||||
retries 5
|
||||
retry-on all-retryable-errors
|
||||
|
||||
Reference in New Issue
Block a user