A Body filter after postpone filter

Brian Akins brian at akins.org
Mon Nov 28 14:00:21 UTC 2011


On Nov 28, 2011, at 8:34 AM, Sirsiwal, Umesh wrote:

> 
> Is my understanding correct or is there a cleaner way to achieve it?


This is horrible, but how I did it in config:

ngx_addon_name=ngx_http_filter_cache_module
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_filter_cache_module.c"
HTTP_FILTER_MODULES=`echo $HTTP_FILTER_MODULES | sed "s/$HTTP_GZIP_FILTER_MODULE/ngx_http_filter_cache_module $HTTP_GZIP_FILTER_MODULE/"`




More information about the nginx-devel mailing list