]> git.kaiwu.me - nginx.git/commit
Limit req: use complex value in limit_req_zone.
authorValentin Bartenev <vbart@nginx.com>
Wed, 24 Sep 2014 17:55:19 +0000 (21:55 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 24 Sep 2014 17:55:19 +0000 (21:55 +0400)
commit021a9df15b94af3b5a524cac9c67f9f0e21c37d1
treef20608d99b0aa69eaeb3b36aabf239c3536275c7
parent98f7d0efb2f6b6d62f4684750676ba2581f333c0
Limit req: use complex value in limit_req_zone.

One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
with nginx configuration practice for positional parameters.
src/http/modules/ngx_http_limit_req_module.c