A Body filter after postpone filter

Umesh Sirsiwal usirsiwal at verivue.com
Mon Nov 28 16:46:03 UTC 2011


Ugly but works. Thanks! -Umesh

On 11/28/2011 09:00 AM, Brian Akins wrote:
> 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/"`
>
>
> _______________________________________________
> nginx-devel mailing list
> nginx-devel at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-devel



More information about the nginx-devel mailing list