diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-01-06 18:52:46 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-06 18:52:46 +0000 |
| commit | 138e384c44e5cd50e475bd38265cda668bbc1f5d (patch) | |
| tree | 66b0e0cbc26e5991631f130de23fcefb692c2b4c /auto/modules | |
| parent | 14110b311cc8e38d9b48e55b02386330ce3ed49a (diff) | |
| download | nginx-138e384c44e5cd50e475bd38265cda668bbc1f5d.tar.gz nginx-138e384c44e5cd50e475bd38265cda668bbc1f5d.tar.bz2 | |
ngx_http_limit_zone_module
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index f6c818afa..7d5c162e4 100644 --- a/auto/modules +++ b/auto/modules @@ -240,6 +240,11 @@ if [ $HTTP_MEMCACHED = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_MEMCACHED_SRCS" fi +if [ $HTTP_LIMIT_ZONE = YES ]; then + HTTP_MODULES="$HTTP_MODULES $HTTP_LIMIT_ZONE_MODULE" + HTTP_SRCS="$HTTP_SRCS $HTTP_LIMIT_ZONE_SRCS" +fi + if [ $HTTP_EMPTY_GIF = YES ]; then HTTP_MODULES="$HTTP_MODULES $HTTP_EMPTY_GIF_MODULE" HTTP_SRCS="$HTTP_SRCS $HTTP_EMPTY_GIF_SRCS" |
