summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/modules5
1 files changed, 3 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules
index 8fcaf8a22..d06631d20 100644
--- a/auto/modules
+++ b/auto/modules
@@ -78,8 +78,9 @@ if [ $HTTP_PROXY = YES ]; then
fi
-modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES \
- $HTTP_FILTER_MODULES $HTTP_NOT_MODIFIED_FILTER_MODULE"
+modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES $HTTP_FILTER_MODULES \
+ $HTTP_HEADERS_FILTER_MODULE \
+ $HTTP_NOT_MODIFIED_FILTER_MODULE"
echo "#include <ngx_config.h>" > $NGX_MODULES_C