diff --git a/plugins/haproxy/conf/haproxy.conf b/plugins/haproxy/conf/haproxy.conf index 9d36693dd..3cc51aa8f 100755 --- a/plugins/haproxy/conf/haproxy.conf +++ b/plugins/haproxy/conf/haproxy.conf @@ -28,10 +28,11 @@ frontend http-in bind *:1080 default_backend servers option forwardfor - option httpclose + #option httpclose + option http-keep-alive backend servers balance roundrobin - server web1 0.0.0.0:9090 check + server web1 0.0.0.0:9090 check inter 2000 rise 2 fall 5