mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 02:49:12 +08:00
Merge branch 'benoitc:master' into master
This commit is contained in:
commit
bb554053bb
@ -1177,7 +1177,7 @@ class Group(Setting):
|
|||||||
Switch worker process to run as this group.
|
Switch worker process to run as this group.
|
||||||
|
|
||||||
A valid group id (as an integer) or the name of a user that can be
|
A valid group id (as an integer) or the name of a user that can be
|
||||||
retrieved with a call to ``pwd.getgrnam(value)`` or ``None`` to not
|
retrieved with a call to ``grp.getgrnam(value)`` or ``None`` to not
|
||||||
change the worker processes group.
|
change the worker processes group.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user