From: Willy Tarreau Date: Thu, 6 Jan 2011 15:36:10 +0000 (+0100) Subject: [DOC] fix typos (http-request instead of http-check) X-Git-Tag: v1.5-dev8~319 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f2a1e72bebea700f37add40997b716fdfd86b9c;p=thirdparty%2Fhaproxy.git [DOC] fix typos (http-request instead of http-check) --- diff --git a/doc/configuration.txt b/doc/configuration.txt index c768fc72cc..9811b47419 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2376,16 +2376,16 @@ http-check expect [!] Examples : # only accept status 200 as valid - http-request expect status 200 + http-check expect status 200 # consider SQL errors as errors - http-request expect ! string SQL\ Error + http-check expect ! string SQL\ Error # consider status 5xx only as errors - http-request expect ! rstatus ^5 + http-check expect ! rstatus ^5 # check that we have a correct hexadecimal tag before /html - http-request expect rstring