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
3a04c58dee
commit
dc5fa6d8ee
@ -25,10 +25,12 @@ Usage
|
|||||||
Usage: gunicorn [OPTIONS] [APP_MODULE]
|
Usage: gunicorn [OPTIONS] [APP_MODULE]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
-c CONFIG, --config=CONFIG
|
||||||
|
Config file. [none]
|
||||||
-b BIND, --bind=BIND Adress to listen on. Ex. 127.0.0.1:8000 or
|
-b BIND, --bind=BIND Adress to listen on. Ex. 127.0.0.1:8000 or
|
||||||
unix:/tmp/gunicorn.sock
|
unix:/tmp/gunicorn.sock
|
||||||
-w WORKERS, --workers=WORKERS
|
-w WORKERS, --workers=WORKERS
|
||||||
Number of workers to spawn. [none]
|
Number of workers to spawn. [1]
|
||||||
-p PIDFILE, --pid=PIDFILE
|
-p PIDFILE, --pid=PIDFILE
|
||||||
set the background PID FILE
|
set the background PID FILE
|
||||||
-D, --daemon Run daemonized in the background.
|
-D, --daemon Run daemonized in the background.
|
||||||
@ -38,7 +40,7 @@ Usage
|
|||||||
-g GROUP, --group=GROUP
|
-g GROUP, --group=GROUP
|
||||||
Change worker group
|
Change worker group
|
||||||
--log-level=LOGLEVEL Log level below which to silence messages. [info]
|
--log-level=LOGLEVEL Log level below which to silence messages. [info]
|
||||||
--log-file=LOGFILE Log to a file. - is stdout. [-]
|
--log-file=LOGFILE Log to a file. - equals stdout. [-]
|
||||||
-d, --debug Debug mode. only 1 worker.
|
-d, --debug Debug mode. only 1 worker.
|
||||||
--version show program's version number and exit
|
--version show program's version number and exit
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user