From 939b98397b81a878d278e32918f3a836241e34c1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 31 May 2015 19:44:42 +0000 Subject: [PATCH] Revert this also back to the http check method --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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