summaryrefslogtreecommitdiff
path: root/uwsgi.ini
blob: 2a427c47d58774fc5d93d3a9f0434b1d46058f49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[uwsgi]
logger = python
http-socket = 0.0.0.0:12765
master = true
plugins = python
wsgi-file = /usr/bin/ick2-controller
pyargv=--projects /etc/ick2/projects.yaml --log /var/log/ick2/ick2.log
uid = www-data
gid = www-data
workers = 1
threads = 1
buffer-size = 32768