1、
nginx将80端口的内容转发到8090端口。
端口转发
[root@bogon ~]# firewall-cmd --permanent --add-forward-port=port=8090:proto=tcp:toport=80
success
centos7系统--防火墙端口转发
阅读 63
2023-06-30
1、
nginx将80端口的内容转发到8090端口。
端口转发
[root@bogon ~]# firewall-cmd --permanent --add-forward-port=port=8090:proto=tcp:toport=80
success
相关推荐
精彩评论(0)