From: Christopher Faulet Date: Wed, 29 Apr 2020 12:19:13 +0000 (+0200) Subject: DOC: Fix send rules in the http-check connect example X-Git-Tag: v2.2-dev7~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5c14ef767450f3949616e8343ced75895e194ac;p=thirdparty%2Fhaproxy.git DOC: Fix send rules in the http-check connect example Method, uri and version arguments must be explicitly named. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 12582d9f2d..df06d85ab4 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4472,10 +4472,10 @@ http-check connect [default] [port ] [addr ] [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