I came up with a crude solution, proxy_max_temp_file_size. By limiting the max size in cached paths to 50mb I should make it impossible for someone to store GBs of data to the disk before the cache manager runs.<div><br></div>
<div><br><div><br><div class="gmail_quote">On Sun, Jul 1, 2012 at 2:11 AM, Brian Akins <span dir="ltr"><<a href="mailto:brian@akins.org" target="_blank">brian@akins.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
On Jun 30, 2012, at 3:20 AM, SplitIce wrote:<br>
<br>
> Hmm this presents a rather large issue for me.<br>
><br>
> 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.<br>
<br>
</div>By the time Lua gets involved, the response has already been cached (or not).<br>
<br>
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.<br>
<span class="HOEnZb"><font color="#888888"><br>
--Brian<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div></div>