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',
|
||||
pidfile=None,
|
||||
workers=1,
|
||||
umask=0,
|
||||
umask="0",
|
||||
user=None,
|
||||
group=None,
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ LOG_LEVELS = {
|
||||
"debug": logging.DEBUG
|
||||
}
|
||||
|
||||
UMASK = 0
|
||||
UMASK = "0"
|
||||
|
||||
def options():
|
||||
""" build command lines options passed to OptParse object """
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user