diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2011-11-14 14:04:42 +0000 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2011-11-14 14:04:42 +0000 |
| commit | 255e20ad21e0495b405d79dc9bb1c472511d86f5 (patch) | |
| tree | a704939f90e5af8af2e1ad84e0f59950b3ad6ad4 /auto/sources | |
| parent | 80e3cba5fdf8b0af17bc95a20e5eeaf13e232490 (diff) | |
| download | nginx-255e20ad21e0495b405d79dc9bb1c472511d86f5.tar.gz nginx-255e20ad21e0495b405d79dc9bb1c472511d86f5.tar.bz2 | |
Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/sources b/auto/sources index 6c973f66b..24fa3b89f 100644 --- a/auto/sources +++ b/auto/sources @@ -435,8 +435,8 @@ HTTP_MEMCACHED_MODULE=ngx_http_memcached_module HTTP_MEMCACHED_SRCS=src/http/modules/ngx_http_memcached_module.c -HTTP_LIMIT_ZONE_MODULE=ngx_http_limit_zone_module -HTTP_LIMIT_ZONE_SRCS=src/http/modules/ngx_http_limit_zone_module.c +HTTP_LIMIT_CONN_MODULE=ngx_http_limit_conn_module +HTTP_LIMIT_CONN_SRCS=src/http/modules/ngx_http_limit_conn_module.c HTTP_LIMIT_REQ_MODULE=ngx_http_limit_req_module |
