forked from moepman/bk-dss
1
0
Fork 0
bk-dss/uwsgi.ini.example

8 lines
117 B
Plaintext

[uwsgi]
socket = 127.0.0.1:5001
#chroot = /path/to/dss/
wsgi-file = dss.py
callable = app
processess = 4
threads = 2