mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
DOC: acl is http_first_req, not http_req_first
Doc was entered without correctly copying the ACL name.
This commit is contained in:
parent
0fb02198f8
commit
85c27da67e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue