3 Star 50 Fork 11

wu-clan / DBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uwsgi.ini 556 Bytes
一键复制 编辑 原始数据 按行查看 历史
wu-clan 提交于 2022-07-18 00:07 . ✨ update some runtime conf
[uwsgi]
# Django-related settings
socket = 127.0.0.1:8001
# the base directory (full path)
chdir = /home/DBlog
# Django s wsgi file
wsgi-file = djangoProject/wsgi.py
module = djangoProject.wsgi
# process-related settings
# master
master = True
# maximum number of worker processes
processes = 4
threads = 4
# ... with appropriate permissions - may be needed
# chmod-socket = 664
# clear environment on exit
vacuum = True
daemonize = /var/log/blog_server.log
pidfile= /home/DBlog/uwsgi.pid
pythonpath = /usr/local/lib/python3.8/dist-packages
Python
1
https://gitee.com/wu_clan/DBlog.git
git@gitee.com:wu_clan/DBlog.git
wu_clan
DBlog
DBlog
master

搜索帮助