7 lines
84 B
INI
7 lines
84 B
INI
[uwsgi]
|
|
processes = 2
|
|
threads = 2
|
|
module = run
|
|
callable = app
|
|
log-master=true
|