update doc

This commit is contained in:
benoitc 2010-02-22 16:34:53 +01:00
parent 5afec8d726
commit be280df960
3 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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
------------------ ------------------

View File

@ -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.