diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 37a022aa40..bf35105f26 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -151,10 +151,11 @@ listen paste 0.0.0.0:10027 listen datagrepper 0.0.0.0:10028 balance hdr(appserver) - #server datagrepper01 datagrepper01:80 check inter 10s rise 1 fall 2 server datagrepper02 datagrepper02:80 check inter 10s rise 1 fall 2 option httpchk GET /datagrepper/reference/ +#server datagrepper01 datagrepper01:80 check inter 10s rise 1 fall 2 + listen geoip-city 0.0.0.0:10029 balance hdr(appserver) server sundries01 sundries01:80 check inter 30s rise 2 fall 3