diff options
-rw-r--r-- | glpi-93-c7.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glpi-93-c7.md b/glpi-93-c7.md index d117cbc..998c30c 100644 --- a/glpi-93-c7.md +++ b/glpi-93-c7.md @@ -52,7 +52,7 @@ GLPI requires PHP >= 5.6, so default version 5.4 in base repository is not compa ### Allow access to webserver - # firewall-cmd --zone=public --add-port=80/tcp --permanent + # firewall-cmd --zone=public --add-service=http --permanent # firewall-cmd --reload ### Start and enable the service |