summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2015-06-18 14:17:30 +0300
committerVladimir Homutov <vl@nginx.com>2015-06-18 14:17:30 +0300
commit14ff3d4f87c049ff4446efe067fbfe85d5ae18ab (patch)
tree8c07a252f1cff7d6ce105bde379e03a38d146949 /auto/sources
parentf470cd2b893379312c89f3265d3f1cca499929e8 (diff)
downloadnginx-14ff3d4f87c049ff4446efe067fbfe85d5ae18ab.tar.gz
nginx-14ff3d4f87c049ff4446efe067fbfe85d5ae18ab.tar.bz2
Stream: connection limiting module.
stream { limit_conn_zone $binary_remote_addr zone=perip:1m; limit_conn_log_level error; server { ... limit_conn perip 1; } }
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index 44fba5159..3d89e2d00 100644
--- a/auto/sources
+++ b/auto/sources
@@ -568,6 +568,9 @@ STREAM_SSL_MODULE="ngx_stream_ssl_module"
STREAM_SSL_DEPS="src/stream/ngx_stream_ssl_module.h"
STREAM_SSL_SRCS="src/stream/ngx_stream_ssl_module.c"
+STREAM_LIMIT_CONN_MODULE=ngx_stream_limit_conn_module
+STREAM_LIMIT_CONN_SRCS=src/stream/ngx_stream_limit_conn_module.c
+
STREAM_ACCESS_MODULE=ngx_stream_access_module
STREAM_ACCESS_SRCS=src/stream/ngx_stream_access_module.c