DOC: config: fix confusing typo about ACL -m ("now" vs "not")

A one-letter typo in the doc update comint with commit 6ea50ba462 ("MINOR:
acl; Warn when matching method based on a suffix is overwritten") inverts
the meaning of the sentence. It was "is not allowed" and not
"is now allowed". Needs to be backported only if the commit above ever is
(unlikely).
This commit is contained in:
Willy Tarreau 2025-10-29 08:11:51 +01:00
parent 7f2ae10920
commit 20174ca143

View File

@ -19761,7 +19761,7 @@ default one for the criterion. This makes it possible to match contents in ways
that were not initially planned, or with sample fetch methods which return a
string. The matching method also affects the way the patterns are parsed. So,
it must not be used with sample fetches with a matching suffix (_beg, _end,
_sub...). In addition, specifying several "-m" pattern matching methods is now
_sub...). In addition, specifying several "-m" pattern matching methods is not
allowed.
The "-n" flag forbids the dns resolutions. It is used with the load of ip files.