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