summaryrefslogtreecommitdiff
path: root/uwsgi.ini
diff options
context:
space:
mode:
Diffstat (limited to 'uwsgi.ini')
-rw-r--r--uwsgi.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/uwsgi.ini b/uwsgi.ini
new file mode 100644
index 0000000..2a427c4
--- /dev/null
+++ b/uwsgi.ini
@@ -0,0 +1,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