From 138e384c44e5cd50e475bd38265cda668bbc1f5d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 6 Jan 2007 18:52:46 +0000 Subject: ngx_http_limit_zone_module --- auto/sources | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/sources') 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 -- cgit