提交 e094e2ca authored 作者: 刘擎阳's avatar 刘擎阳

1.gunicorn配置

上级 351a9d6e
# gunicorn_config.py
bind = "0.0.0.0:5000"
workers = 2
worker_class = "gevent"
timeout = 30
keepalive = 2
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论