Files
mahssagebus-api/app.ini
2021-12-19 20:27:13 +02:00

11 lines
154 B
INI

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