Skip to content

Instantly share code, notes, and snippets.

@hanksudo
Last active August 29, 2015 14:23
Show Gist options
  • Save hanksudo/e755323b7f7db15198f7 to your computer and use it in GitHub Desktop.
Save hanksudo/e755323b7f7db15198f7 to your computer and use it in GitHub Desktop.

Turn off firewall

sudo systemctl start firewalld.service

or add http in

sudo firewall-cmd --permanent --zone=public --add-service=http
sudo firewall-cmd --reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment