On Mon, Jul 17, 2017 at 02:06:27AM -0400, Dan34 wrote:

Hi there,

> No matter what configs I try, nginx still keeps buffering my requests.

proxy_request_buffering (http://nginx.org/r/proxy_request_buffering)
relates to nginx buffering the request from the client.

proxy_buffering (http://nginx.org/r/proxy_buffering) relates to nginx
buffering the response from the upstream server.

Are you concerned about the request or the response being buffered?

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to