canary_be/gunicorn.conf.py
2020-08-04 15:28:17 +08:00

7 lines
137 B
Python

workers = 4
bind = '0.0.0.0:80'
daemon = True
timeout = 120
accesslog = './logs/acess.log'
errorlog = './logs/error.log'
autostart = True