summaryrefslogtreecommitdiff
path: root/gunicorn.conf
blob: 52acf445d1f10a0374158caea958d285d748e92f (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 = 'ickapi.pid'