summaryrefslogtreecommitdiff
path: root/gunicorn.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gunicorn.conf')
-rw-r--r--gunicorn.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/gunicorn.conf b/gunicorn.conf
new file mode 100644
index 0000000..81c8aa1
--- /dev/null
+++ b/gunicorn.conf
@@ -0,0 +1,7 @@
+bind = '0.0.0.0:8080'
+workers = 1
+worker_class = 'aiohttp.worker.GunicornWebWorker'
+errorlog = '-'
+accesslog = '-'
+loglevel = 'info'
+pidfile = '/tmp/ickapi.pid'