The Setup script will help you to perform the initial steps required to prepare the Ubuntu for hosting sites.
It will install a functioning firewall i.e, Ufw and deny all the incoming requests except for HTTP, HTTPS, SSH and then it will do Nginx configuration.
You can always comment the command, if the feature is not required.
- Updates the Ubuntu repository.
- Setup the firewall UFW.
- Setup Nginx.
- Install's Git.
- Install's NodeJS and npm.