Linux serverlinux web serverNETWORK ADMINISTRATIONS

Configure Nginx Web Server On Aws ec2 Instance | Configure Web Server On Cloud | Web Server

Welcome to Our YouTube Channel Tech With Nik….!!
——————————————————————————————————–
About this video –
In this video, I have configured Apache HTTPD on aws ec2 Instance..!!
———————————————————————————————————
Configure Nginx On AWS Linux :
Steps:
1. yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

2. yum install -y epel-release

3. yum update -y

4. yum install nginx -y

5. nginx -v

6. systemctl start nginx

7. systemctl enable nginx

8. systemctl status nginx

9. Put Public Ip to web Browser

10. gedit /usr/share/nginx/html/index.html
………………………………………………………………………………………………….
Connect With Me –
Linkedin – https://www.linkedin.com/in/ranjanniket/

source

by Tech With Nik

linux http server

8 thoughts on “Configure Nginx Web Server On Aws ec2 Instance | Configure Web Server On Cloud | Web Server

Comments are closed.