Response from proxy server buffered in memory?
webdel
nginx-forum at forum.nginx.org
Tue Jun 14 23:20:00 UTC 2016
I configured nginx as reverse proxy to an application server java disabling
the proxy buffering:
proxy_buffering off;
proxy_request_buffering off;
I noticed that when a client makes a request to the java server (e.g.
download a file), nginx buffered the response in memory (around 3Mb).
I would like to configure nginx so as not buffered the response (or at least
minimize this buffer) it is possible?
Thanks,
Danilo Limatola Esterno
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,267583,267583#msg-267583
More information about the nginx
mailing list