Serve a simple static website on NGINX
๐ Introduction
In this blog, we'll configure NGINX to serve a simple static website
First do sudo apt update to update packages
Then, install nginx on your EC2
sudo apt install nginx
Create an index.html file in var/www/html to make it the ...
ashwinrajendran.hashnode.dev2 min read