mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
default umask
This commit is contained in:
parent
c40697879c
commit
6bddc03db6
@ -18,7 +18,7 @@ class Config(object):
|
|||||||
loglevel='info',
|
loglevel='info',
|
||||||
pidfile=None,
|
pidfile=None,
|
||||||
workers=1,
|
workers=1,
|
||||||
umask=0,
|
umask="0",
|
||||||
user=None,
|
user=None,
|
||||||
group=None,
|
group=None,
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@ LOG_LEVELS = {
|
|||||||
"debug": logging.DEBUG
|
"debug": logging.DEBUG
|
||||||
}
|
}
|
||||||
|
|
||||||
UMASK = 0
|
UMASK = "0"
|
||||||
|
|
||||||
def options():
|
def options():
|
||||||
""" build command lines options passed to OptParse object """
|
""" build command lines options passed to OptParse object """
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user