view config @ 1:ba5471a3c988

First working code, still in progress. Body filtering isn't complete. Notably, it probably will fail with complex body replies and with non-static subrequests.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 15 Jul 2008 05:38:48 +0400
parents 6535d94ae07d
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"