view config @ 5:ae29daca3f0e default tip

Explicit use of "proxy_request_buffering on" in tests. This allows to avoid spurious tests failures in test runs with request buffering switched off by default.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 06 Mar 2015 17:44:38 +0300
parents 5dcad7ad8eda
children
line wrap: on
line source

# (C) Maxim Dounin
# Configuration for ngx_http_catch_body_filter_module.

ngx_addon_name="ngx_http_catch_body_filter_module"

HTTP_MODULES="$HTTP_MODULES \
		ngx_http_catch_body_filter_module"

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