summaryrefslogtreecommitdiff
path: root/gunicorn.conf
diff options
context:
space:
mode:
authorIvan Dolgov <ivan@dolgov.fi>2019-03-16 15:39:30 +0200
committerIvan Dolgov <ivan@dolgov.fi>2019-03-16 15:39:30 +0200
commitf09185c5c2bc327103a61ca4c9ed2f8ae2916802 (patch)
tree66ed50756e86a265c8bf08d0493bcc466c83d026 /gunicorn.conf
parent01bdba935a667e8c1606d6d040086488c82b0e38 (diff)
parent227c1ae67bb80a5e9b9036a9bdb9f11be073669f (diff)
downloadickapi-f09185c5c2bc327103a61ca4c9ed2f8ae2916802.tar.gz
Merge branch 'ivan/initial'
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'