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/modules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'auto/modules') 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" -- cgit