Re: cache based on file size

2013-08-16 Thread Maxim Dounin
Hello! On Mon, Aug 05, 2013 at 10:28:31PM +, Johns, Kevin wrote: > Hi, > > In looking over Nginx configuration for the proxy module, I do not see an > easy way to influence what is cached based on object size. I have two use > cases of interest: > 1. Store a small file in a particular zone

cache based on file size

2013-08-05 Thread Johns, Kevin
Hi, In looking over Nginx configuration for the proxy module, I do not see an easy way to influence what is cached based on object size. I have two use cases of interest: 1. Store a small file in a particular zone (e.g., SSD), and 2. Have a large file bypass the cache (no-store large files) An