From 2fb555e7caaacf56b853a87ee5387564bc502e0d Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Thu, 28 Jan 2021 18:07:55 -0500 Subject: [PATCH] remove redundancy --- INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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