mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix chdir documentation typo (#2656)
This commit is contained in:
parent
60d0474a6f
commit
e5a97150c9
@ -976,10 +976,12 @@ Set the ``SO_REUSEPORT`` flag on the listening socket.
|
|||||||
|
|
||||||
**Command line:** ``--chdir``
|
**Command line:** ``--chdir``
|
||||||
|
|
||||||
**Default:** ``'/Users/chainz/Documents/Projects/gunicorn/docs'``
|
**Default:** ``'.'``
|
||||||
|
|
||||||
Change directory to specified directory before loading apps.
|
Change directory to specified directory before loading apps.
|
||||||
|
|
||||||
|
Default is the current directory.
|
||||||
|
|
||||||
.. _daemon:
|
.. _daemon:
|
||||||
|
|
||||||
``daemon``
|
``daemon``
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user