mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-16 16:34:42 +00:00
DOC: Fix send rules in the http-check connect example
Method, uri and version arguments must be explicitly named.
This commit is contained in:
parent
dc75d577b9
commit
a5c14ef767
@ -4472,10 +4472,10 @@ http-check connect [default] [port <expr>] [addr <ip>] [send-proxy]
|
||||
option httpchk
|
||||
|
||||
http-check connect
|
||||
http-check send GET / HTTP/1.1 hdr host haproxy.1wt.eu
|
||||
http-check send meth GET uri / ver HTTP/1.1 hdr host haproxy.1wt.eu
|
||||
http-check expect status 200-399
|
||||
http-check connect port 443 ssl sni haproxy.1wt.eu
|
||||
http-check send GET / HTTP/1.1 hdr host haproxy.1wt.eu
|
||||
http-check send meth GET uri / ver HTTP/1.1 hdr host haproxy.1wt.eu
|
||||
http-check expect status 200-399
|
||||
|
||||
server www 10.0.0.1 check port 80
|
||||
|
Loading…
Reference in New Issue
Block a user