1.找到自己的Nginx安装路径,在目录下创建一个logs文件夹
2.修改conf中的nginx.conf
将pid的注释打开,并修改为创建的logs文件夹
3. chmod +x /etc/rc.d/rc.local
4. 需要关闭防火墙
service iptables stop
7.0 systemctl stop firewalld.service
永久关闭
chkconfig iptables off
7.0 systemctl disable firewalld.service
5.reboot 重启