From c8a91d2a007b33516105fea29badec147a856760 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 21 Mar 2008 20:17:14 +0100 Subject: [PATCH] [DOC] fix unescaped space in httpchk example. Lars Braeuer reported a missing space in the example which drives readers in wrong direction. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index b450380ee..0c4491ea5 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1838,7 +1838,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