1
0
mirror of synced 2024-11-24 06:20:12 +01:00
bemaniutils/examples/uwsgi/frontend.ini

11 lines
201 B
INI
Raw Normal View History

[uwsgi]
plugins = python3
socket = /path/to/your/root/frontend.sock
processes = 4
threads = 2
virtualenv = /path/to/your/virtualenv
chdir = /path/to/your/root
wsgi-file = frontend.wsgi
callable = app