chore(api): move uswgi config in api/install (#1781)

This commit is contained in:
Jonas L 2022-04-21 07:14:35 +02:00 committed by GitHub
parent 5cb4b5e9e5
commit dc92661c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View 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