forked from infra/ansible
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
|
[uwsgi]
|
||
|
socket = 127.0.0.1:{{ dss_uwsgi_port }}
|
||
|
chdir = /opt/bk-dss
|
||
|
plugin = python3
|
||
|
wsgi-file = dss.py
|
||
|
callable = app
|
||
|
uid = www-data
|
||
|
gid = www-data
|
||
|
processess = 4
|
||
|
threads = 2
|