随笔分类 -  linux

摘要:一、Nginx 配置文件(nginx version: nginx/1.12.2) 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 二、Nginx 子配置文件 路径:/usr/ 阅读全文
posted @ 2019-05-30 20:27 yinzhuoqun 阅读(1903) 评论(0) 推荐(0)
摘要:一、需要准备的知识点 1. linux: 安装 python3、nginx 安装和配置、mysql 安装和配置 2. python: django 配置、uwsgi 配置 二、我搭建的环境 1. Centos7 (配置 rabbitmq、mysql 、Supervisord) 2. python 3 阅读全文
posted @ 2019-05-29 20:54 yinzhuoqun 阅读(2349) 评论(0) 推荐(1)