blob: 492b30c3c6777c8e741e0ee6d7ef8c8357e2b7bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[uwsgi]
uid=www-data
gid=www-data
chdir = /opt/auth-server-poc/src/
callable = app
module = app
socket = /tmp/uwsgi.sock
master = true
# uwsgi websockets only allow max 1 process?
processes = 1
chmod-socket = 666
enable-threads = true
virtualenv = /opt/auth-server-poc
|