tubearchivist-server/tubearchivist/web/uwsgi.ini

10 lines
150 B
INI

[uwsgi]
wsgi-file = views.py
callable = app
socket = :8080
processes = 4
threads = 2
master = true
chmod-socket = 660
vacuum = true
die-on-term = true