Re: nginx proxy being slow

2014-10-07 Thread imran_k
Thank you very much for your pointing this out. What are some good starting points for these figures? Some posts I read even say to disable buffering... The value for tcp_abort_on_overflow is set to 0 (in /proc/). Thank you Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253796,253806

Re: nginx proxy being slow

2014-10-07 Thread Maxim Dounin
Hello! On Mon, Oct 06, 2014 at 09:06:19PM -0400, imran_k wrote: > We are trying to act as a proxy for a site within the same DMZ. Things seem > to work fine, except when there is quite a heavy load. There are many CSS > assets that just hang upon retrieval. Sometimes the full page comes through;

nginx proxy being slow

2014-10-06 Thread imran_k
We are trying to act as a proxy for a site within the same DMZ. Things seem to work fine, except when there is quite a heavy load. There are many CSS assets that just hang upon retrieval. Sometimes the full page comes through; sometimes just spins forever. Server: nginx 1.6.1 running on Linux. M