Advance

Tutorial installation Nginx on CentOS 8

Tutorial installation Nginx on CentOS 8
0
(0)

To introduce one of the most popular web servers in the world, today we are going to present tutorial installation Nginx on CentOS 8. It is responsible for hosting some of the largest and most popular sites on the internet. In most cases, Nginx is more resource-friendly than Apache which could be used as a web server or reverse proxy.

 

Prerequisites

The tutorial may be more useful if you know:

 

Tutorial installation Nginx on CentOS 8

1- Installing the Nginx Web Server

First, you need to use the DNF package manager. It is a new default package manager on CentOS 8.

To install the Nginx package with:

sudo dnf install nginx

To install Nginx, if you are prompted, enter y to confirm the installation. Then run the following command to enable and start the server:

sudo systemctl enable Nginx    sudo systemctl start nginx

Buy Linux Virtual Private Server

Recommended Article: Initial server setup on Ubuntu 20.04

2- Adjusting Firewall Rules

To allow external connections on your Nginx web server, you need to adjust the firewall settings, which runs on port 80 by default.

So enter the below command to permanently enable HTTP connections on port 80:

sudo firewall-cmd --permanent --add-service=http  

Now, if you need to check the HTTP firewall service was added correctly or not, run the following:

sudo firewall-cmd --permanent --list-all  

The output should be similar to below:

Output
public    target: default    icmp-block-inversion: no    interfaces:     sources:     services: cockpit dhcpv6-client http ssh    ports:     protocols:     masquerade: no    forward-ports:     source-ports:     icmp-blocks:     rich rules:

Reload the firewall service to apply the changes:

sudo firewall-cmd --reload  

You installed the Nginx server successfully now.

3- Checking your Web Server

To find your server’s public IP address, run the following command

ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'  

To verify the accessible IP address run below command.

curl -4 icanhazip.com

Then, type the result address in your web browser, you would be taken to Nginx’s default landing page:

After viewing this page, you can make sure that the webserver is correctly installed.

In the next articles, we will explain about how to Manage the Nginx Process, Get Familiar with Important Nginx Files and Directories and Set Up Server Blocks.

 

Dear user, we hope you would enjoy this tutorial, you can ask questions about this training in the comments section, or to solve other problems in the field of Eldernode training, refer to the Ask page section and raise your problems in it.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

View More Posts
Marilyn Bisson
Content Writer
Eldernode Writer
We Are Waiting for your valuable comments and you can be sure that it will be answered in the shortest possible time.

Leave a Reply

Your email address will not be published. Required fields are marked *

We are by your side every step of the way

Think about developing your online business; We will protect it compassionately

We are by your side every step of the way

+8595670151

7 days a week, 24 hours a day