3 Star 4 Fork 2

Gitee 极速下载/ilv_web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ilvbobing/ilv_web
克隆/下载
uwsgi.ini 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
ilvbobing 提交于 2020-02-18 17:52 . 更新链接库
[uwsgi]
socket = 127.0.0.1:9090
; 当前操作的目录,即起点
chdir = /home/ilvbobing/ilv_web
;module = hello
pythonpath = /home/ilvbobing/ilv_web
; 配置4个工作进程
process = 4
; 配置5个工作线程
threads = 5
wsgi-file = index.py
master = true
; 请求上限,超限则重启,防止恶意攻击
max-requests = 1000
;logto = /ilv_site/module/templet/uwsgi.html
; Set the internal buffer size for uwsgi packet parsing.
; This option may be set with -b from thie command line.
; If you plan to receive big requests with lots of headers you can increats
; this value up to 64K(65535);
; 设置用于uwsgi包解析的缓存,默认4K,单位为b,此处设置为64K(可以设置的最大值)。
buffer-size = 65535
; 链接超时,如果不活动超时,则断开链接,默认4秒,单位为s
socket-timeout = 10
; 上传文件大小
plugins = python3
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/ilv_web.git
git@gitee.com:mirrors/ilv_web.git
mirrors
ilv_web
ilv_web
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385