mirror of https://github.com/CIRCL/lookyloo
12 lines
132 B
INI
12 lines
132 B
INI
|
[uwsgi]
|
||
|
module = wsgi:app
|
||
|
|
||
|
master = true
|
||
|
processes = 5
|
||
|
|
||
|
socket = lookyloo.sock
|
||
|
chmod-socket = 660
|
||
|
vacuum = true
|
||
|
|
||
|
die-on-term = true
|