1 Star 0 Fork 0

lirenkai2000/ansible_ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ansible_uwsgi.ini 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2015-09-08 10:26 . add nginx + uwsgi 部署
# mysite_uwsgi.ini file
[uwsgi]
# Django-related settings
# the virtualenv (full path)
home = /works/envansible
# the base directory (full path)
chdir = /works/ansible_ui
# Django's wsgi file
wsgi-file = ansible.wsgi
# process-related settings
# master
master = true
# maximum number of worker processes
processes = 1
# the socket (use the full path to be safe
socket = localhost:9001
# ... with appropriate permissions - may be needed
# chmod-socket = 664
# clear environment on exit
vacuum = true
daemonize = localhost:8077
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lirenkai2000/ansible_ui.git
[email protected]:lirenkai2000/ansible_ui.git
lirenkai2000
ansible_ui
ansible_ui
master

搜索帮助