DOC: typo: ACL subdir match

ACL subdir match is "-m dir"

backport: 1.5 and above
This commit is contained in:
Baptiste Assmann 2016-03-06 23:32:10 +01:00 committed by Willy Tarreau
parent 123ff0463e
commit 33db600442

View File

@ -11418,7 +11418,7 @@ different forms :
- suffix match (-m end) : the patterns are compared with the end of the
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
matches.