Re: nginx cache mounted on tmpf getting filled 100%

2017-01-05 Thread omkar_jadhav_20
omkar_jadhav_20 Wrote: --- > Hi, > > I am using nginx as webserver with nginx version: nginx/1.10.2. For > faster access we have mounted cache of nginx of different application > on RAM.But even after giving enough buffer of size , now and then >

nginx cache mounted on tmpf getting fulled

2017-01-05 Thread omkar_jadhav_20
Hi, I am using nginx as webserver with nginx version: nginx/1.10.2. For faster access we have mounted cache of nginx of different application on RAM.But even after giving enough buffer of size , now and then cache is getting filled , below are few details of files for your reference : maximum size

Re: Enable streaming proxy responses and nginx proxy caching at the same time?

2017-01-05 Thread archon810
I was able to work around this for my purposes by leaving proxy_buffering enabled and turning it off only for some locations, but it feels like a dirty hack. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271834,271835#msg-271835 ___ nginx m

Enable streaming proxy responses and nginx proxy caching at the same time?

2017-01-05 Thread archon810
Hi, I'm using nginx for microcaching in front of apache, which really helps during busy days. But I've also really wanted to have responses from apache streamed. The only way to do that that I figured out so far is proxy_buffering off, but that disables any proxy caching. Is it possible to achiev