mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-11 04:31:01 +01:00
DOC: typo: ACL subdir match
ACL subdir match is "-m dir" backport: 1.5 and above
This commit is contained in:
parent
123ff0463e
commit
33db600442
@ -11418,7 +11418,7 @@ different forms :
|
|||||||
- suffix match (-m end) : the patterns are compared with the end of the
|
- suffix match (-m end) : the patterns are compared with the end of the
|
||||||
extracted string, and the ACL matches if any of them matches.
|
extracted string, and the ACL matches if any of them matches.
|
||||||
|
|
||||||
- subdir match (-m sub) : the patterns are looked up inside the extracted
|
- subdir match (-m dir) : the patterns are looked up inside the extracted
|
||||||
string, delimited with slashes ("/"), and the ACL matches if any of them
|
string, delimited with slashes ("/"), and the ACL matches if any of them
|
||||||
matches.
|
matches.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user