Proxy cache max size
Brian Akins
brian at akins.org
Sat Jun 30 16:11:16 UTC 2012
On Jun 30, 2012, at 3:20 AM, SplitIce wrote:
> Hmm this presents a rather large issue for me.
>
> Is it possible to get the upstream response size in lua and set a variable to influence proxy_no_cache? If it is ill learn lua.
By the time Lua gets involved, the response has already been cached (or not).
You could do your own cache instead of proxy_cache, of course. I have some things that store the "cache" in redis, for example. Could be memcache, custom cache, etc.
--Brian
More information about the nginx
mailing list