Allow HTTP service through the firewall (firewall-cmd)
firewall-cmd --add-service=http
Adds the HTTP service (port 80) to the list of allowed services in the firewall using firewall-cmd, enabling inbound HTTP traffic.
firewall-cmd --add-service=http
Adds the HTTP service (port 80) to the list of allowed services in the firewall using firewall-cmd, enabling inbound HTTP traffic.