8 lines
103 B
INI
8 lines
103 B
INI
[uwsgi]
|
|
processes = 2
|
|
logto = uwsgi.log
|
|
threads = 2
|
|
module = run
|
|
callable = app
|
|
log-master=true
|