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
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