Update haproxy.conf

pull/504/head
Mr Chen 2 years ago
parent 54055f2174
commit 7d0834397d
  1. 5
      plugins/haproxy/conf/haproxy.conf

@ -28,10 +28,11 @@ frontend http-in
bind *:1080 bind *:1080
default_backend servers default_backend servers
option forwardfor option forwardfor
option httpclose #option httpclose
option http-keep-alive
backend servers backend servers
balance roundrobin balance roundrobin
server web1 0.0.0.0:9090 check server web1 0.0.0.0:9090 check inter 2000 rise 2 fall 5

Loading…
Cancel
Save