summaryrefslogtreecommitdiff
path: root/gunicorn.conf
blob: 81c8aa163007e0f8694f2661e00ea3862e2bfc1e (plain)
1
2
3
4
5
6
7
bind = '0.0.0.0:8080'
workers = 1
worker_class = 'aiohttp.worker.GunicornWebWorker'
errorlog = '-'
accesslog = '-'
loglevel = 'info'
pidfile = '/tmp/ickapi.pid'