From 90bd33e8ebf8f2cdfe9a809573d6f27490190dc7 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 10 Sep 2012 16:52:47 +0000 Subject: Gunzip filter import. --- auto/sources | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/sources') diff --git a/auto/sources b/auto/sources index 522d72255..37677c737 100644 --- a/auto/sources +++ b/auto/sources @@ -331,6 +331,10 @@ HTTP_GZIP_FILTER_MODULE=ngx_http_gzip_filter_module HTTP_GZIP_SRCS=src/http/modules/ngx_http_gzip_filter_module.c +HTTP_GUNZIP_FILTER_MODULE=ngx_http_gunzip_filter_module +HTTP_GUNZIP_SRCS=src/http/modules/ngx_http_gunzip_filter_module.c + + HTTP_SSI_FILTER_MODULE=ngx_http_ssi_filter_module HTTP_SSI_DEPS=src/http/modules/ngx_http_ssi_filter_module.h HTTP_SSI_SRCS=src/http/modules/ngx_http_ssi_filter_module.c -- cgit