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/modules | |
| 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/modules')
| -rw-r--r-- | auto/modules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/modules b/auto/modules index 57f0f89e7..a8607eefc 100644 --- a/auto/modules +++ b/auto/modules @@ -210,9 +210,9 @@ if [ $HTTP_ACCESS = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_ACCESS_SRCS" fi -if [ $HTTP_LIMIT_ZONE = YES ]; then - HTTP_MODULES="$HTTP_MODULES $HTTP_LIMIT_ZONE_MODULE" - HTTP_SRCS="$HTTP_SRCS $HTTP_LIMIT_ZONE_SRCS" +if [ $HTTP_LIMIT_CONN = YES ]; then + HTTP_MODULES="$HTTP_MODULES $HTTP_LIMIT_CONN_MODULE" + HTTP_SRCS="$HTTP_SRCS $HTTP_LIMIT_CONN_SRCS" fi if [ $HTTP_LIMIT_REQ = YES ]; then |
