Fix haproxy config in stg
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a84689a860
commit
d6a44c2bf4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue