X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseCentosCentos 7 Nginx Installation

Centos 7 Nginx Installation

Before starting the Nginx installation, update your server with the command below.

yum update

We create our file with the command below. We write the following parameters to the file we open with Nano. Then we save and exit.

nano /etc/yum.repos.d/nginx.repo

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1


Then we install nginx with the following command.

yum install nginx -y

We write the following command to run the nginx service.

systemctl enable nginx.service

We write the following command to start the nginx service.

service nginx start

We write the following command to check whether the nginx service is running or not.

service nginx status


You can access the nginx page by typing the IP address of your server into your browser.


You can click for our virtual server packages.

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(328 times viewed. / 0 people found helpful.)