haproxy: small change to haproxy config for newer versions

This commit is contained in:
Sven Velt 2024-07-07 10:43:35 +02:00
parent bcd328a066
commit 4c06df43c8

View file

@ -38,7 +38,9 @@ defaults
option http-server-close option http-server-close
option forwardfor except 127.0.0.0/8 option forwardfor except 127.0.0.0/8
option redispatch 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 maxconn 3000
retries 3 retries 3