mirror of
https://github.com/moepman/bk-dss
synced 2024-11-17 18:29:16 +01:00
11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
[uwsgi]
|
|
socket = 127.0.0.1:5001
|
|
#chdir = /path/to/dss/
|
|
plugin = python3
|
|
wsgi-file = dss.py
|
|
callable = app
|
|
#uid = www-data
|
|
#gid = www-data
|
|
processess = 4
|
|
threads = 2
|