From: Godbach Date: Mon, 1 Jul 2013 17:19:15 +0000 (+0800) Subject: DOC: minor typo fix in documentation X-Git-Tag: v1.5-dev20~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092502605e47e662669c53292a697c180026424f;p=thirdparty%2Fhaproxy.git DOC: minor typo fix in documentation "http-reqsponse" => "http-response" Signed-off-by: Godbach --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 8feee6e46c..5140ff1e8e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2875,7 +2875,7 @@ http-response { allow | deny | add-header | set-nice | There is no limit to the number of http-response statements per instance. - It is important to know that http-reqsponse rules are processed very early in + It is important to know that http-response rules are processed very early in the HTTP processing, before "reqdel" or "reqrep" rules. That way, headers added by "add-header"/"set-header" are visible by almost all further ACL rules.