From: Willy Tarreau Date: Fri, 16 Sep 2011 05:53:52 +0000 (+0200) Subject: DOC: acl is http_first_req, not http_req_first X-Git-Tag: v1.5-dev8~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c27da67ee8559a948168e0b29e31ef7411c94e;p=thirdparty%2Fhaproxy.git DOC: acl is http_first_req, not http_req_first Doc was entered without correctly copying the ACL name. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 9486b957df..c6785c290d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -7747,7 +7747,7 @@ http_auth_group() []* Currently only http basic auth is supported. -http_req_first +http_first_req Returns true when the request being processed is the first one of the connection. This can be used to add or remove headers that may be missing from some requests when a request is not the first one, or even to perform