proxy_buffering

Alexandr Gomoliako zzz at zzz.org.ua
Wed Mar 14 21:41:34 UTC 2012


> I'm new to nginx and have a question about the proxy_buffering feature.

> Our topology is very easy:
> Just nginx - No apache behind it.
> Our site gets the content (text,pictures,videos) of different sites via
> php and serves it to the client.

> My question is:
> Do we need the proxy_buffering? Could we turn it off without performance
> issues?

You do need it. Otherwise any slow client will block an entire php
process for a long time.

> I really don't understand this feature, maybe someone could explain it
> for me. :-)

http://mailman.nginx.org/pipermail/nginx/2012-March/032608.html



More information about the nginx mailing list