view config @ 6:45e54370c2d0

Gunzip: add tests for replies from memcached with gzip. This uses memcached_gzip_flag directive (the one not yet added into official nginx). Tests are skipped if it's not available.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 28 Dec 2009 03:58:57 +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"