| Syntax: | sendfile_max_chunk |
|---|---|
| Default: | sendfile_max_chunk 0; |
| Context: | http, server, location |
When set to a non-zero value, limits the amount of data that can be transferred in a single sendfile() call. Without the limit, one fast connection may seize the worker process entirely.
Please login to continue.