摘要:
一、关闭防火墙和selinux setenforce 0 sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config systemctl stop firewalld systemctl disable firewalld 阅读全文
摘要:
LNMP环境:Linux + Nginx + Mysql + Php 1、安装 nginx:1.14.0 使用yum安装依赖: yum -y install gcc gcc-c++ make libtool openssl openssl-devel zlib-devel pcre-devel 添加 阅读全文