mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
update doc
This commit is contained in:
parent
5afec8d726
commit
be280df960
@ -41,6 +41,8 @@ Usage
|
|||||||
-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
|
||||||
|
-n APP_NAME, --name=APP_NAME
|
||||||
|
Application name
|
||||||
--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. - equals stdout. [-]
|
--log-file=LOGFILE Log to a file. - equals stdout. [-]
|
||||||
-d, --debug Debug mode. only 1 worker.
|
-d, --debug Debug mode. only 1 worker.
|
||||||
|
|||||||
@ -4,6 +4,12 @@ title: News
|
|||||||
News
|
News
|
||||||
====
|
====
|
||||||
|
|
||||||
|
0.5.1 / 2010-02-24
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Added setproctitle
|
||||||
|
* Change privilege switch behaviour. We now works like NGINX, master keep the permission, new uid/gid permissions are only set to the workers
|
||||||
|
|
||||||
0.5.1 / 2010-02-22
|
0.5.1 / 2010-02-22
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -44,6 +44,8 @@ Full command line usage
|
|||||||
-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
|
||||||
|
-n APP_NAME, --name=APP_NAME
|
||||||
|
Application name
|
||||||
--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. - equals stdout. [-]
|
--log-file=LOGFILE Log to a file. - equals stdout. [-]
|
||||||
-d, --debug Debug mode. only 1 worker.
|
-d, --debug Debug mode. only 1 worker.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user