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