view config @ 8:f51185490d02

Added tag 0.1 for changeset 9158103f8571
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 28 Dec 2009 22:02:08 +0300
parents d8e85fd12fab
children
line wrap: on
line source

# (C) Maxim Dounin
# Configuration for ngx_http_gunzip_filter_module.

ngx_addon_name="ngx_http_gunzip_filter_module"

have=NGX_HTTP_GZIP . auto/have
USE_ZLIB=YES

HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES \
		ngx_http_gunzip_filter_module"

NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
		$ngx_addon_dir/ngx_http_gunzip_filter_module.c"