教你如何处理Nginx禁止ip加端口访问的问题

这篇文章主要介绍了Nginx禁止ip加端口访问的问题,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下
Nginx禁止IP加端口访问
使用iptables 限制对应端口,再利用Nginx将80端口转发到对应端口
CentOS7默认的防火墙是 firewalle,先看看服务器中有没有安装 iptables
[root@VM-0-3-centos ~]# service iptables status
Redirecting to /bin/systemctl status iptables.service
Unit iptables.service could not be found.
安装 iptables
yum install -y iptables
关闭自带的防火墙 firewalld
# 停止firewalld服务
systemctl stop firewalld
# 禁用firewalld服务
systemctl mask firewalld
服务命令
# 启动iptable

教你如何处理Nginx禁止ip加端口访问的问题最先出现在Python成神之路

版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/24528.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>