Published
- 1 min read
firewall-cmd add port
The solution for this is noted below
firewall-cmd add port
Solution
sudo firewall-cmd --permanent --zone=public --add-port=80/tcp
sudo firewall-cmd --reload
Try other methods by searching on the site. That is if this doesn’t work