mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
update readme
This commit is contained in:
parent
4be8e9f0ee
commit
3a639b8c11
18
README.rst
18
README.rst
@ -23,12 +23,18 @@ Usage
|
|||||||
|
|
||||||
$ gunicorn --help
|
$ gunicorn --help
|
||||||
Usage: gunicorn [OPTIONS] APP_MODULE
|
Usage: gunicorn [OPTIONS] APP_MODULE
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--host=HOST Host to listen on. [127.0.0.1]
|
--host=HOST Host to listen on. [none]
|
||||||
--port=PORT Port to listen on. [8000]
|
--port=PORT Port to listen on. [none]
|
||||||
--workers=WORKERS Number of workers to spawn. [1]
|
--workers=WORKERS Number of workers to spawn. [none]
|
||||||
-h, --help show this help message and exit
|
-p PIDFILE, --pid=PIDFILE
|
||||||
|
set the background PID FILE
|
||||||
|
-D, --daemon Run daemonized in the background.
|
||||||
|
--log-level=LOGLEVEL Log level below which to silence messages. [info]
|
||||||
|
--log-file=LOGFILE Log to a file. - is stdout. [-]
|
||||||
|
-d, --debug Debug mode. only 1 worker.
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
|
||||||
|
|
||||||
Example with test app::
|
Example with test app::
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user