1 Star 0 Fork 187

马秋平/django-idcops

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
uwsgi.ini 674 Bytes
Copy Edit Raw Blame History
decbe authored 2021-01-08 11:43 +08:00 . add auto_install.sh
[uwsgi]
PROJ_DIR = /opt/django-idcops
; 根据项目位置修改 PROJ_DIR
vacuum = true
py-autoreload = 3
master = true
virtualenv = %(PROJ_DIR)/env
env = LANG=en_US.UTF-8
env DJANGO_SETTINGS_MODULE=idcops_proj.settings
chdir = %(PROJ_DIR)
wsgi-file = %(PROJ_DIR)/idcops_proj/wsgi.py
touch-reload = %(PROJ_DIR)/requirements.txt
pidfile = %(PROJ_DIR)/run/uwsgi.pid
socket = %(PROJ_DIR)/run/uwsgi.sock
daemonize = %(PROJ_DIR)/logs/uwsgi.log
chmod-socket = 664
max-requests = 4096
processes = 5
die-on-term = true
uid = www
; 这里以 www 这个用户启动 uwsgi
gid = www
; uwsgi 属组
thunder-lock = true
stats = 127.0.0.1:8090
emperor-tyrant = true
cap = setgid,setuid
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qiupingma/django-idcops.git
git@gitee.com:qiupingma/django-idcops.git
qiupingma
django-idcops
django-idcops
master

Search