11 lines
191 B
INI
11 lines
191 B
INI
[uwsgi]
|
|
plugins = python3
|
|
socket = /path/to/your/root/api.sock
|
|
processes = 4
|
|
threads = 2
|
|
|
|
virtualenv = /path/to/your/virtualenv
|
|
chdir = /path/to/your/root
|
|
wsgi-file = api.wsgi
|
|
callable = app
|