mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
update translations + fix doc
This commit is contained in:
parent
f21c4f6d1a
commit
081bd2d275
12 changed files with 177 additions and 64 deletions
|
|
@ -1,7 +1,7 @@
|
|||
CONFIG = {
|
||||
'working_dir': '/',
|
||||
'args': (
|
||||
'--preload',
|
||||
# '--preload',
|
||||
'--bind=0.0.0.0:5000',
|
||||
'--user=burpui',
|
||||
'--group=burpui',
|
||||
|
|
|
|||
|
|
@ -79,9 +79,7 @@ worker_connections = 1000
|
|||
timeout = 300
|
||||
keepalive = 2
|
||||
|
||||
# Set this to False when using a MySQL database because the MySQL driver does
|
||||
# not play nicely with concurrency
|
||||
preload = True
|
||||
preload = False
|
||||
|
||||
#
|
||||
# spew - Install a trace function that spews every line of Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue