10 lines
146 B
INI
10 lines
146 B
INI
[uwsgi]
|
|
module = libretimeapi.wsgi
|
|
|
|
master = true
|
|
plugin = python3
|
|
processes = 10
|
|
vacuum = true
|
|
http-socket = :8081
|
|
uid = WEB_USER
|
|
gid = WEB_USER
|