add: environment variable to detect gunicorn

This commit is contained in:
ziirish 2015-12-16 22:49:04 +01:00
parent fe955134ec
commit 4af5271f39

View file

@ -1,5 +1,8 @@
CONFIG = { CONFIG = {
'working_dir': '/', 'working_dir': '/',
'environment': {
'SERVER_SOFTWARE': 'gunicorn',
},
'args': ( 'args': (
'--bind=0.0.0.0:5000', '--bind=0.0.0.0:5000',
'--user=burpui', '--user=burpui',