mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Revert "haproxy: switch kojipkgs to use apache backend on 8080"
This reverts commit 19cf971bde.
We want to switch this back now that the tcp_timeout issue is solved.
This commit is contained in:
@@ -270,8 +270,8 @@ frontend kojipkgs-frontend
|
||||
|
||||
backend kojipkgs-backend
|
||||
balance uri
|
||||
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
|
||||
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
|
||||
option httpchk GET /
|
||||
retries 5
|
||||
retry-on all-retryable-errors
|
||||
|
||||
Reference in New Issue
Block a user