tubearchivist-server/tubearchivist/web/uwsgi.ini

10 lines
150 B
INI
Raw Normal View History

2022-04-29 10:48:25 +00:00
[uwsgi]
wsgi-file = views.py
callable = app
socket = :8080
processes = 4
threads = 2
master = true
chmod-socket = 660
vacuum = true
die-on-term = true