跳到主要内容

firewalld

案例:允许 HTTP 和 HTTPS 流量通过

调整防火墙设置: 如果你的系统运行着防火墙(如 firewalld),你需要允许 HTTP 和 HTTPS 流量通过:

sudo firewall-cmd --permanent --zone=public --add-service=http
sudo firewall-cmd --permanent --zone=public --add-service=https
sudo firewall-cmd --reload