摘要: lnmp部署 ## 防火墙的配置 firewall-cmd --zone=public --add-service=http --permanent //允许http通信 firewall-cmd --zone=public --add-service=https --permanent //允许https通信 阅读全文
posted @ 2023-06-04 22:22 Kirei7 阅读(21) 评论(0) 推荐(0)