forked from moepman/bk-dss
8 lines
117 B
Plaintext
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
|