From 7d0834397d3bf37b2dffbf7dcce4261efbc67512 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 8 Nov 2023 17:58:46 +0800 Subject: [PATCH] Update haproxy.conf --- plugins/haproxy/conf/haproxy.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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