Update haproxy.conf
This commit is contained in:
parent
54055f2174
commit
7d0834397d
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue