feat: update doc/apache.md

This commit is contained in:
dancingCycle 2024-02-22 15:34:00 +01:00
parent afbae27079
commit e053f857b8
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ sudo systemctl status apache2
* UFW users can open HTTP (80) and HTTPS (443) ports like this
```
sudo ufw status
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw status