]> git.kaiwu.me - nginx.git/commit
Limit conn: limit_conn_dry_run directive.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 19 Nov 2019 08:30:41 +0000 (11:30 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 19 Nov 2019 08:30:41 +0000 (11:30 +0300)
commitb48c8718bf9b135368c8c9eb969db5dce6e0ed35
tree4766a2d6bf354b40e09cf1e29da2e8383727ebf7
parent271b12c71172b77ba6db6f5c8ab8ee67f0918fa3
Limit conn: limit_conn_dry_run directive.

A new directive limit_conn_dry_run allows enabling the dry run mode.  In this
mode connections are not rejected, but reject status is logged as usual.
src/http/modules/ngx_http_limit_conn_module.c
src/stream/ngx_stream_limit_conn_module.c