Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 365 Bytes

File metadata and controls

17 lines (16 loc) · 365 Bytes

End Setup

  • Enable the firewall
    # Enable the Uncomplicated Firewall (UFW)
    sudo ufw enable
    # Allow OpenSSH
    sudo ufw allow OpenSSH
    # Allow NGINX
    sudo ufw allow 'Nginx Full'
  • Reboot the system
    # Reboot the system
    # Some settings or installation need reboot to be affected.
    sudo reboot now