1 Star 0 Fork 2

子沐 / csdn博客抓取

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.sh 803 Bytes
一键复制 编辑 原始数据 按行查看 历史
fanfzj@163.com 提交于 2020-09-20 19:17 . 修改bug,新增uwsgi
#!/usr/bin/env bash
uwsgi --http :6050 --gevent 1000 --http-websockets --master --wsgi-file run.py --callable app --thunder-lock --uid 1 --enable-threads --memory-report --reload-on-as 2048 --cache2 name=mycache,items=100 --disable-logging -d uwsgi.log --pidfile=uwsgi/uwsgi1.pid&&uwsgi --http :6051 --gevent 1000 --http-websockets --master --wsgi-file run.py --callable app --thunder-lock --uid 1 --enable-threads --memory-report --reload-on-as 2048 --cache2 name=mycache,items=100 --disable-logging -d uwsgi1.log --pidfile=uwsgi/uwsgi2.pid&&uwsgi --http :6052 --gevent 1000 --http-websockets --master --wsgi-file run.py --callable app --thunder-lock --uid 1 --enable-threads --memory-report --reload-on-as 2048 --cache2 name=mycache,items=100 --disable-logging -d uwsgi2.log --pidfile=uwsgi/uwsgi3.pid
Python
1
https://gitee.com/fanfzj/csdn-blog-capture.git
git@gitee.com:fanfzj/csdn-blog-capture.git
fanfzj
csdn-blog-capture
csdn博客抓取
master

搜索帮助