diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 7c42a49b64..597db053ae 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -47,7 +47,7 @@ listen mirror-lists 0.0.0.0:10002 server mirrorlist-ibiblio mirrorlist-ibiblio:80 check inter 5s rise 2 fall 3 server mirrorlist-osuosl mirrorlist-osuosl:80 check inter 5s rise 2 fall 3 server mirrorlist-phx2 mirrorlist-phx2:80 check inter 5s rise 2 fall 3 - option ssl-hello-chk GET /mirrorlist + option httpchk GET /mirrorlist option allbackups listen pkgdb 0.0.0.0:10003