summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index eba6eb977..a4035ca66 100644
--- a/auto/sources
+++ b/auto/sources
@@ -179,6 +179,7 @@ HTTP_FILTER_MODULES="ngx_http_write_filter_module \
HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module
HTTP_RANGE_FILTER_MODULE=ngx_http_range_filter_module
HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
+HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module
HTTP_NOT_MODIFIED_FILTER_MODULE=ngx_http_not_modified_filter_module
HTTP_STATIC_MODULE=ngx_http_static_module
@@ -212,6 +213,7 @@ HTTP_SRCS="src/http/ngx_http.c \
src/http/modules/ngx_http_chunked_filter.c \
src/http/modules/ngx_http_range_filter.c \
src/http/modules/ngx_http_charset_filter.c \
+ src/http/modules/ngx_http_headers_filter.c \
src/http/modules/ngx_http_not_modified_filter.c"
# STUB