first add files
This commit is contained in:
6
gunicorn_conf.py
Normal file
6
gunicorn_conf.py
Normal file
@@ -0,0 +1,6 @@
|
||||
bind = "0.0.0.0:5000"
|
||||
workers = 4
|
||||
worker_class = "gevent" # 使用异步 worker(需安装 `gevent`)
|
||||
timeout = 30
|
||||
accesslog = "-" # 输出到控制台
|
||||
errorlog = "-"
|
||||
Reference in New Issue
Block a user