1 Star 0 Fork 0

Guoxudong / CreateResume

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
uwsgi.ini 710 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Guoxudong 提交于 2018-03-06 10:41 . 完善uwsgi.ini文件
# uwsgi.ini file
[uwsgi]
# Django-related settings
socket = 127.0.0.1:8000
# the base directory (full path)
chdir = /apps/CreateResume
# Django s wsgi file
module = createResume.wsgi
# the virtualenv (full path)
home = /root/anaconda3/envs/python27/lib/python2.7/site-packages
# process-related settings
# master
master = true
# maximum number of worker processes
processes = 4
# ... with appropriate permissions - may be needed
# chmod-socket = 664
# clear environment on exit
vacuum = true
plugins=python
#Python文件修改,自动加载
py-autoreload = 1
#log文件
daemonize=/apps/uwsgi/uwsgi.log
#pid文件
pidfile=/apps/uwsgi/uwsgi.pid
CSS
1
https://gitee.com/ScorpioOfAug/CreateResume.git
git@gitee.com:ScorpioOfAug/CreateResume.git
ScorpioOfAug
CreateResume
CreateResume
master

搜索帮助

14c37bed 8189591 565d56ea 8189591