DOC: acl is http_first_req, not http_req_first

Doc was entered without correctly copying the ACL name.
This commit is contained in:
Willy Tarreau 2011-09-16 07:53:52 +02:00
parent 0fb02198f8
commit 85c27da67e

View File

@ -7747,7 +7747,7 @@ http_auth_group(<userlist>) <group> [<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