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/sources | |
| parent | 14110b311cc8e38d9b48e55b02386330ce3ed49a (diff) | |
| download | nginx-138e384c44e5cd50e475bd38265cda668bbc1f5d.tar.gz nginx-138e384c44e5cd50e475bd38265cda668bbc1f5d.tar.bz2 | |
ngx_http_limit_zone_module
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 89b326892..0ff1ece09 100644 --- a/auto/sources +++ b/auto/sources @@ -388,6 +388,10 @@ 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_EMPTY_GIF_MODULE=ngx_http_empty_gif_module HTTP_EMPTY_GIF_SRCS=src/http/modules/ngx_http_empty_gif_module.c |
