mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
update environment
This commit is contained in:
parent
378a97601f
commit
fe955134ec
3 changed files with 5 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ cat > /etc/supervisor/conf.d/buiagent.conf <<EOF
|
|||
[program:buiagent]
|
||||
priority=20
|
||||
directory=/tmp
|
||||
command=/usr/local/bin/bui-agent
|
||||
command=/usr/local/bin/bui-agent -v
|
||||
user=burpui
|
||||
autostart=false
|
||||
autorestart=true
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ cat > /etc/supervisor/conf.d/buiagent.conf <<EOF
|
|||
[program:buiagent]
|
||||
priority=20
|
||||
directory=/tmp
|
||||
command=/usr/local/bin/bui-agent
|
||||
command=/usr/local/bin/bui-agent -v
|
||||
user=burpui
|
||||
autostart=false
|
||||
autorestart=true
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
CONFIG = {
|
||||
'environment': {
|
||||
'SERVER_SOFTWARE': 'gunicorn',
|
||||
},
|
||||
'args': (
|
||||
'--bind=0.0.0.0:5000',
|
||||
'--user=burpui',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue