From 85c27da67ee8559a948168e0b29e31ef7411c94e Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 16 Sep 2011 07:53:52 +0200 Subject: DOC: acl is http_first_req, not http_req_first Doc was entered without correctly copying the ACL name. --- doc/configuration.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 9486b95..c6785c2 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 -- 1.7.2.3