]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: acl is http_first_req, not http_req_first
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Sep 2011 05:53:52 +0000 (07:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 16 Sep 2011 05:53:52 +0000 (07:53 +0200)
Doc was entered without correctly copying the ACL name.

doc/configuration.txt

index 9486b957df896f2e2275a085bd656f4231220767..c6785c290d2f10616b51a15686a8187a841ae69c 100644 (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