chore(api): move uswgi config in api/install (#1781)
This commit is contained in:
parent
5cb4b5e9e5
commit
dc92661c49
2 changed files with 1 additions and 1 deletions
10
api/install/uwsgi/libretime-api.ini
Normal file
10
api/install/uwsgi/libretime-api.ini
Normal file
|
@ -0,0 +1,10 @@
|
|||
[uwsgi]
|
||||
module = libretime_api.wsgi
|
||||
|
||||
master = true
|
||||
plugin = python3
|
||||
processes = 10
|
||||
vacuum = true
|
||||
http-socket = :8081
|
||||
uid = WEB_USER
|
||||
gid = WEB_USER
|
Loading…
Add table
Add a link
Reference in a new issue