mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-21 17:24:33 -05:00
11 lines
201 B
INI
11 lines
201 B
INI
[uwsgi]
|
|
plugins = python3
|
|
socket = /path/to/your/root/services.sock
|
|
processes = 4
|
|
threads = 2
|
|
|
|
virtualenv = /path/to/your/virtualenv
|
|
chdir = /path/to/your/root
|
|
wsgi-file = services.wsgi
|
|
callable = app
|