How to install Nginx in EC2| AWS



How to install Nginx in EC2| AWS

How to install Nginx in EC2| AWS

How to install Nginx in EC2| AWS
Launch an EC2 instance with Redhat OS
Update the Redhat OS
Use the following code to install ngnix
Install the EPEL repository:
sudo yum install epel-release
Update the repository:
sudo yum update
Install NGINX Open Source:
sudo yum install nginx
Verify the installation:
sudo nginx -v nginx version: nginx/1.6.3
systemctl start nginx
systemctl enable nginx
systemctl status nginx

Mithun Kalarikal
www.affordablewebapp.in