atom feed1 message in ru.sysoev.nginxFilter_cache module released
FromSent OnAttachments
Brian AkinsNov 18, 2011 8:37 am 
Subject:Filter_cache module released
From:Brian Akins (bri@akins.org)
Date:Nov 18, 2011 8:37:48 am
List:ru.sysoev.nginx

https://github.com/bakins/ngx_http_filter_cache

Tested with up to nginx 1.0.6

Note: this currently doesn't work when the ctx gets reset on named locations. The quickest fix I have is to patch the request struct to add a filter_cache pointer.

Filter cache caches full responses after the results of filters such as SSI and gzip.

It was the first nginx module we ever wrote and it grew organically, so the code is krufty.

--Brian