devops-documentation
Lets install a Webserver to deploy our frontend and create a working website
sudo
apt update
sudo
apt
install
nginx
-y
nginx
-v
sudo
systemctl status nginx
Lets Verify if our webserver is working visit
<ipaddress>
in your browser and see this.