mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
environment variable no more required for gunicorn
This commit is contained in:
parent
32d46ba5ed
commit
889580266c
3 changed files with 4 additions and 8 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue