Browse Source

remove redundancy

master
Nicolas Constant 2 years ago
parent
commit
2fb555e7ca
No known key found for this signature in database GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      INSTALLATION.md

+ 1
- 1
INSTALLATION.md View File

@ -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


Loading…
Cancel
Save