执行
[root@localhost nginx-1.12.2]# netstat -ntlp
第一步,对80端口进行防火墙配置:
[root@localhost nginx-1.12.2]# firewall-cmd --zone=public --add-port=80/tcp --permanent
第二步,重启防火墙服务:
[root@localhost nginx-1.12.2]# systemctl restart firewalld.service
上一篇:linux系统nginx服务器不能访问php文件问题
下一篇:如何查看GatewayWorker版本