diff --git a/INSTALLATION.md b/INSTALLATION.md index 17a60f7..67cb10a 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -127,8 +127,8 @@ sudo certbot renew --dry-run Make sure you're securing your firewall correctly: ``` +sudo apt install ufw #if not installed sudo ufw app list -sudo ufw allow 'Nginx Full' sudo ufw allow 22/tcp sudo ufw allow 80/tcp sudo ufw allow 443/tcp