21 Star 170 Fork 62

林间有风 / lin-cms-flask

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gunicorn.conf.py 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunlin92 提交于 2022-01-06 23:01 . update: 0.4.0
import multiprocessing
from gevent import monkey
monkey.patch_all()
bind = "0.0.0.0:5000"
worker_class = "geventwebsocket.gunicorn.workers.GeventWebSocketWorker"
daemon = False
workers = multiprocessing.cpu_count() * 2 + 1
debug = False
# pidfile = "/var/run/gunicorn.pid"
# accesslog = "/var/log/gunicorn.log"
Python
1
https://gitee.com/talelin/lin-cms-flask.git
git@gitee.com:talelin/lin-cms-flask.git
talelin
lin-cms-flask
lin-cms-flask
master

搜索帮助