view config @ 2:ed63d0bd4d14

Correctly handle complex body filtering. - Postpone filter will maintain subrequests order, so don't worry about it. - Wait for last buffer before running subrequests, and don't touch anything after it. This allows us to reliably suppress whole original response.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 15 Jul 2008 06:12:40 +0400
parents ba5471a3c988
children 4d9427b61191
line wrap: on
line source

# (C) Maxim Dounin
# Configuration for ngx_http_compose_filter_module.

ngx_addon_name="ngx_http_compose_filter_module"

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"