Fix haproxy config in stg

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-06-02 09:01:26 +00:00
parent a84689a860
commit d6a44c2bf4

View file

@ -41,7 +41,7 @@ listen fp-wiki 0.0.0.0:10001
listen mirror-lists 0.0.0.0:10002
balance hdr(appserver)
timeout connect 30s
server mirrorlist-phx2 mirrorlist-phx2.stg.fedoraproject.org:80 check inter 10s rise 2 fall 3
server mirrorlist-phx2 mirrorlist-phx2:80 check inter 10s rise 2 fall 3
option httpchk GET /mirrorlist
listen pkgdb 0.0.0.0:10003