1、
nginx将80端口的内容转发到8090端口。
端口转发
[root@bogon ~]# firewall-cmd --permanent --add-forward-port=port=8090:proto=tcp:toport=80
success
1、
nginx将80端口的内容转发到8090端口。
端口转发
[root@bogon ~]# firewall-cmd --permanent --add-forward-port=port=8090:proto=tcp:toport=80
success