]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] fix unescaped space in httpchk example.
authorWilly Tarreau <w@1wt.eu>
Fri, 21 Mar 2008 19:17:14 +0000 (20:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Mar 2008 19:18:01 +0000 (20:18 +0100)
Lars Braeuer reported a missing space in the example which drives
readers in wrong direction.

doc/configuration.txt

index e79a437f4c4eb69684b44052f9dc8c566fc91684..7093c78d407c7427b41b2bf340970a13e69c08ab 100644 (file)
@@ -1869,7 +1869,7 @@ option httpchk <method> <uri> <version>
       # using HTTP request "OPTIONS * HTTP/1.1" on port 80.
       backend https_relay
           mode tcp
-          option httpchk OPTIONS * HTTP/1.1\r\nHost: www
+          option httpchk OPTIONS * HTTP/1.1\r\nHost:\ www
           server apache1 192.168.1.1:443 check port 80
 
   See also : "option ssl-hello-chk", "option smtpchk", "http-check" and the