download / gunicorn.conf.py
coollsd's picture
Create gunicorn.conf.py
0d5e387 verified
raw
history blame contribute delete
137 Bytes
bind = "0.0.0.0:8080"
workers = 1
threads = 4
worker_class = "gthread"
timeout = 0
keepalive = 65
capture_output = True
loglevel = "info"