mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
add: environment variable to detect gunicorn
This commit is contained in:
parent
fe955134ec
commit
4af5271f39
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
CONFIG = {
|
||||
'working_dir': '/',
|
||||
'environment': {
|
||||
'SERVER_SOFTWARE': 'gunicorn',
|
||||
},
|
||||
'args': (
|
||||
'--bind=0.0.0.0:5000',
|
||||
'--user=burpui',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue