Merge pull request 'haproxy: small change to haproxy config for newer versions' (#3) from haproxy-2024 into main
Reviewed-on: #3
This commit is contained in:
commit
ad984d6648
|
@ -38,7 +38,9 @@ defaults
|
|||
option http-server-close
|
||||
option forwardfor except 127.0.0.0/8
|
||||
option redispatch
|
||||
option httpchk HEAD /haproxy.check HTTP/1.1\r\nHost:localhost
|
||||
#option httpchk HEAD /haproxy.check HTTP/1.1\r\nHost:localhost
|
||||
option httpchk
|
||||
http-check send meth HEAD uri /haproxy.check ver HTTP/1.1 hdr Host localhost
|
||||
|
||||
maxconn 3000
|
||||
retries 3
|
||||
|
|
Loading…
Reference in a new issue