mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
really fix this indent stuff.
This commit is contained in:
parent
947ddaee40
commit
e8a82c9598
40
README.rst
40
README.rst
@ -23,26 +23,26 @@ Usage
|
|||||||
|
|
||||||
$ gunicorn --help
|
$ gunicorn --help
|
||||||
Usage: gunicorn [OPTIONS] [APP_MODULE]
|
Usage: gunicorn [OPTIONS] [APP_MODULE]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-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. [none]
|
||||||
-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.
|
||||||
-m UMASK, --umask=UMASK
|
-m UMASK, --umask=UMASK
|
||||||
Define umask of daemon process
|
Define umask of daemon process
|
||||||
-u USER, --user=USER Change worker user
|
-u USER, --user=USER Change worker user
|
||||||
-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. - is 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Example with test app::
|
Example with test app::
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user