aboutsummaryrefslogtreecommitdiff
path: root/auto/modules
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 375b755f0..2c001e28b 100644
--- a/auto/modules
+++ b/auto/modules
@@ -156,6 +156,12 @@ fi
#HTTP_SRCS="$HTTP_SRCS $HTPP_CACHE_SRCS"
#HTTP_SRCS="$HTTP_SRCS $HTPP_FILE_CACHE_SRCS"
+if [ $HTTP_STUB_STATUS = YES ]; then
+ have=NGX_STAT_STUB . auto/have
+ HTTP_MODULES="$HTTP_MODULES ngx_http_stub_status_module"
+ HTTP_SRCS="$HTTP_SRCS src/http/modules/ngx_http_stub_status_module.c"
+fi
+
if [ -r $NGX_OBJS/auto ]; then
. $NGX_OBJS/auto
fi