Feature Request proxy_cache_min_size and proxy_cache_max_size
philipp
nginx-forum at nginx.us
Mon May 4 12:09:38 UTC 2015
In order to solve this issue
http://forum.nginx.org/read.php?2,255421,255438#msg-255438
two additional features would be cool:
proxy_cache_min_size
Syntax: proxy_cache_min_size number;
Default: proxy_cache_min_size 1;
Context: http, server, location
Sets the minimal size in bytes for a response to be cached.
proxy_cache_max_size
Syntax: proxy_cache_max_size number;
Default: proxy_cache_max_size —;
Context: http, server, location
Sets the maximal size in bytes for a response to be cached.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,258604,258604#msg-258604
More information about the nginx
mailing list