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
>
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
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
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