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