Re: sendfile_max_chunk breaking unbufferred php-fcgi

2015-06-15 Thread Valentin V. Bartenev
On Sunday 14 June 2015 09:52:26 Floris wrote: > Hi, > > I was having the problem that if a single client on the local LAN is > downloading a large static file, the download is effectively monopolizing > nginx, and no other requests are handled simultaneously. > Reading the manual I came across the

sendfile_max_chunk breaking unbufferred php-fcgi

2015-06-14 Thread Floris
Hi, I was having the problem that if a single client on the local LAN is downloading a large static file, the download is effectively monopolizing nginx, and no other requests are handled simultaneously. Reading the manual I came across the sendfile_max_chunk option that sounded like that may fix