[PATCH... kind of] documentation: Conditional application of limit_conn directive
turchanov at farpost.com
turchanov at farpost.com
Tue Sep 22 07:05:45 UTC 2020
Hello!
Couldn't find (https://nginx.org/ru/docs/contributing_changes.html)
information on
were to commit changes to documentation describing "limit_conn". I will
post them here.
Sorry about that. (Or point me to the resource were it is explained how
to make changes to
documentation).
============
Syntax: limit_conn zone number [if=condition];
Default: —
Context: http, server, location
...
The "if" parameter controls conditional application of the limit.
The limit will not be applied if the condition evaluates to "0" or an
empty string.
=============
More information about the nginx-devel
mailing list