Update haproxy.conf

This commit is contained in:
Mr Chen 2023-11-08 17:58:46 +08:00
parent 54055f2174
commit 7d0834397d
1 changed files with 3 additions and 2 deletions

View File

@ -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