DOC: Fix send rules in the http-check connect example

Method, uri and version arguments must be explicitly named.
This commit is contained in:
Christopher Faulet 2020-04-29 14:19:13 +02:00
parent dc75d577b9
commit a5c14ef767

View File

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