mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Tweak markup of the sendfile documentation a bit.
This commit is contained in:
parent
33bcd59092
commit
5a8b9555da
@ -303,7 +303,8 @@ Disables the use of ``sendfile()``.
|
|||||||
|
|
||||||
.. versionadded:: 19.2
|
.. versionadded:: 19.2
|
||||||
.. versionchanged:: 19.4
|
.. versionchanged:: 19.4
|
||||||
Swapped --sendfile with --no-sendfile to actually allow disabling
|
Swapped ``--sendfile`` with ``--no-sendfile`` to actually allow
|
||||||
|
disabling.
|
||||||
|
|
||||||
chdir
|
chdir
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|||||||
@ -829,7 +829,8 @@ class Sendfile(Setting):
|
|||||||
|
|
||||||
.. versionadded:: 19.2
|
.. versionadded:: 19.2
|
||||||
.. versionchanged:: 19.4
|
.. versionchanged:: 19.4
|
||||||
Swapped --sendfile with --no-sendfile to actually allow disabling
|
Swapped ``--sendfile`` with ``--no-sendfile`` to actually allow
|
||||||
|
disabling.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Chdir(Setting):
|
class Chdir(Setting):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user