# Django+uWSGI+Nginx部署生产环境
4 min read
1.关闭Django项目中的debug,并且设置好以下内容: # 下面这仨static关系详解:https://blog.csdn.net/qq_24551305/article/details/84865025 # 这个讲解也挺好:https://blog.csdn.net/xujin0/arti...
1.关闭Django项目中的debug,并且设置好以下内容: # 下面这仨static关系详解:https://blog.csdn.net/qq_24551305/article/details/84865025 # 这个讲解也挺好:https://blog.csdn.net/xujin0/arti...
https://www.cnblogs.com/haoshine/p/6014474.html...
sed -i 's/abc/xxx/g' file abc修改前的字符串 xxx是修改后的字符串 file是要被修改的文件 例如: 我有一个文件是map_server #!/bin/bash chkconfig: 2345 10 90 description: Starts and Stops...
lsb_release -a https://www.cnblogs.com/opensmarty/p/10936315.html...
1.阿里云t5、512m小鸡 2.安装centos8.1x64 3.安装git:yum install git-core 4.安装node: # todo:使用junnan脚本安装后加入环境变量,发现npm安装hexo后找不到包 # 建议使用yum方式: curl --silent --locati...