mirror of
https://github.com/moepman/bk-dss
synced 2024-11-17 21:59:11 +01:00
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
|