1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-01 22:12:35 +02:00
bk-dss/uwsgi.ini.example

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