NGINX Web Server on Linux | Setup with Example in Hindi For Beginners



NGINX Web Server on Linux | Setup with Example in Hindi For Beginners

NGINX Web Server on Linux | Setup with Example in Hindi For Beginners

#linux #webserver #mprashant

Hey dosto,
In this video I have covered what is NGINX Web Server service, how we can setup a web server in our Linux environment CENTOS, deploy our first simple HTML Based web page and how we can access our web page from browser.

What is NGINX?
It is a web server that accept request via HTTP/s and respond to display website content through storing, processing and delivering web pages to users.

NGINX can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.

===========================================================

Installation

1. Setup yum repo for RHEL/CENTOS
sudo vi /etc/yum.repos.d/nginx.repo

2. Add the following to nginx.repo
[nginx]
name=nginx repo
baseurl=https://nginx.org/packages/centos/8/$basearch/
gpgcheck=0
enabled=1

3. Update the yum repo
sudo yum update

4.Install NGINX Open source package:
sudo yum install nginx

============================================================

NGINX web server
what is NGINX
NGINX http server
NGINX web server in Hindi

nginx server, apache web server, what is nginx server, what is nginx web server, nginx web server explained, NGINX web server tutorial for beginners, NGINX web server tutorial, http server from scratch, nginx web server for beginners, nginx web server tutorial for begginers, web server explained, nginx web server linux, how to use nginx web server, web server in hindi, httpd hindi, what is httpd, what is web server, apache web server in hindi,
prashant paradkar nginx tutorial nginx reverse proxy nginx hindi

Comments are closed.