环境

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

  

 

相关文章:

  • 2021-07-09
  • 2022-12-23
  • 2021-04-09
  • 2021-12-26
  • 2021-10-17
  • 2021-11-11
  • 2021-12-17
猜你喜欢
  • 2021-08-13
  • 2021-11-18
  • 2021-07-18
  • 2021-06-27
  • 2022-01-20
相关资源
相似解决方案