How to install Nagix
What is Nginx?
Nagix is a web server and it can also be used
as a reverse proxy, load balancer, mail proxy, and HTTP cache. Nagix one of the
most popular HTTP web servers in the world
It is a much more flexible and lightweight program than Apache HTTP Server.
That software created by Igor Sysoev is a
Russian software engineer and he first publicly released Nagix in 2004.
After Igor Sysoev establishes a company with the same name was founded in 2011 to provide support and Nginx plus paid software.
Nagix one of the most popular HTTP web servers
in the world
First disable selinux
How
to Install Nginx on CentOS 7
First
update repository Package Lists
sudo yum
install epel-release
Now install Nagix
sudo yum
install nginx
Now check status of nagix
systemctl
start nginx
Now open browser and type IP address HTTP://ipaddress or hostname
http://server_domain_name_or_IP/
0 Comments