]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: typo: ACL subdir match
authorBaptiste Assmann <bedis9@gmail.com>
Sun, 6 Mar 2016 22:32:10 +0000 (23:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Mar 2016 15:12:04 +0000 (17:12 +0200)
ACL subdir match is "-m dir"

backport: 1.5 and above

doc/configuration.txt

index 7caf5f574cb82082cb71c2cc7cdb71078f6f7ae5..d54459a0aa61b19e26d47e74d71ba87a051e74bf 100644 (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.