mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #1127 from nickstenning/paste-respect-global-defaults
Respect defaults when running a paster application
This commit is contained in:
commit
9158ab20f8
@ -44,8 +44,6 @@ def paste_config(gconfig, config_url, relative_to, global_conf=None):
|
||||
elif host:
|
||||
cfg['bind'] = host.split(',')
|
||||
|
||||
cfg['workers'] = int(lc.get('workers', 1))
|
||||
cfg['umask'] = int(lc.get('umask', 0))
|
||||
cfg['default_proc_name'] = gc.get('__file__')
|
||||
|
||||
# init logging configuration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user