c9ff325
1
2
3
4
5
6
7
8
9
# gunicorn.conf.py bind = '0.0.0.0:7860' workers = 6 timeout = 120 loglevel = 'info' accesslog = '-' errorlog = '-'