python运维体系

环境

nginx:  1.12.1

python: 3.6.2

uwsgi:  2.0.15

系统:  CentOS7.3   1611    7.2和7.3都测试成功

[root@luffycity ~]# cat /etc/redhat-release 
CentOS Linux release 7.2.1511 (Core)
[root@luffycity ~]# uname -r
3.10.0-327.el7.x86_64
[root@luffycity ~]# systemctl stop firewalld.service
[root@luffycity ~]# systemctl disable firewalld.service
[root@luffycity ~]# sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config
[root@luffycity ~]# setsebool 0

  

 

posted @ 2017-09-13 10:42  汉克书  阅读(445)  评论(0编辑  收藏  举报