diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 9d9cb16a..476a65d3 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -296,12 +296,14 @@ restarting workers. sendfile ~~~~~~~~ -* ``--sendfile`` +* ``--no-sendfile`` * ``True`` -Enables or disables the use of ``sendfile()``. +Disables the use of ``sendfile()``. .. versionadded:: 19.2 +.. versionchanged:: 19.4 + Swapped --sendfile with --no-sendfile to actually allow disabling chdir ~~~~~