view config @ 8:3fb3e1cbffd5 default tip

Some tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 Jul 2009 03:18:57 +0400
parents 4d9427b61191
children
line wrap: on
line source

# (C) Maxim Dounin
# Configuration for ngx_http_compose_filter_module.

ngx_addon_name="ngx_http_compose_filter_module"

if [ $HTTP_POSTPONE != YES ]; then
    echo "$0: error: $ngx_addon_name requires postpone filter"
    echo "  either configure with ssi or with addition modules"
    exit 1
fi

HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES \
		ngx_http_compose_filter_module"

HTTP_RANGE_BODY_FILTER_MODULE="$HTTP_RANGE_BODY_FILTER_MODULE \
		ngx_http_compose_body_filter_module"

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