Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo systemctl stop firewalld
sudo systemctl disable firewalld


To enable external connection,

Code Block
firewall-cmd --zone=public --permanent --add-service=http



Regarding PHP settings, please refer PHP configuration I commonly use