environment variable no more required for gunicorn

This commit is contained in:
ziirish 2016-06-24 18:41:25 +02:00
parent 32d46ba5ed
commit 889580266c
3 changed files with 4 additions and 8 deletions

View file

@ -1,11 +1,9 @@
CONFIG = {
'working_dir': '/',
'environment': {
'SERVER_SOFTWARE': 'gunicorn',
},
'args': (
'--bind=0.0.0.0:5000',
'--user=burpui',
'--group=burpui',
'--workers=5',
'--timeout=300',
'--worker-class=gevent',