add a not in FAQ about the SENDFILE environment var

This commit is contained in:
benoitc 2016-05-21 11:12:11 +02:00
parent d5a07ce4ff
commit 37be319f06

View File

@ -144,6 +144,13 @@ this queue new connections will eventually start getting dropped.
$ sudo sysctl -w net.core.somaxconn="2048"
How can I disable the use of ``sendfile()``
-------------------------------------------
Disabling the use ``sendfile()`` can be done by using the ``--no-sendfile``
setting or by setting the environment variable ``SENDFILE`` to 0.
Troubleshooting
===============