From: Willy Tarreau Date: Fri, 21 Mar 2008 19:17:14 +0000 (+0100) Subject: [DOC] fix unescaped space in httpchk example. X-Git-Tag: v1.3.15~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebaf21af954e79f5402dea8e12be8e0964802bbf;p=thirdparty%2Fhaproxy.git [DOC] fix unescaped space in httpchk example. Lars Braeuer reported a missing space in the example which drives readers in wrong direction. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index e79a437f4c..7093c78d40 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1869,7 +1869,7 @@ option httpchk # 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