From 227c1ae67bb80a5e9b9036a9bdb9f11be073669f Mon Sep 17 00:00:00 2001 From: Ivan Dolgov Date: Sat, 16 Mar 2019 15:14:18 +0200 Subject: Initial setup --- gunicorn.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gunicorn.conf (limited to 'gunicorn.conf') 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' -- cgit v1.2.1