1 Star 2 Fork 2

武松/simple_cms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gunicorn.conf.py 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
武松 提交于 2019-07-10 16:50 +08:00 . add wsgi config
import multiprocessing
bind = "127.0.0.1:8001"
workers = multiprocessing.cpu_count() * 2 + 1 # workers是工作进程数
threads = 2 # 指定每个进程开启的线程数
errorlog = './gunicorn.error.log'
accesslog = './gunicorn.access.log'
loglevel = 'info'
proc_name = '56bird_cn_project'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tompeppa/simple_cms.git
git@gitee.com:tompeppa/simple_cms.git
tompeppa
simple_cms
simple_cms
master

搜索帮助