Centos 7 Yum安装 Nginx 图文教程

About Nginx关于Nginx

Nginx is a high performance web server software. It is a much more flexible and lightweight program than Apache HTTP Server.

This tutorial will teach you how to install and start Nginx on your CentOS 7 server.

Nginx 是一个很强大的高性能Web和反向代理服务器,比Apache更轻更灵活。下面我们将教大家如何在Centos7下安装Nginx服务。

CentOS6 YUM源 安装 Nginx

Centos7 yum 安装Nginx:

1.添加Nginx Repository

yum install epel-release

2.安装Nginx

yum install nginx

3.启动Nginx服务:

systemctl start nginx

如果开着防火墙,请运行如下命令:

firewall-cmd --permanent --zone=public --add-service=http  firewall-cmd --permanent --zone=public --add-service=https firewall-cmd --reload

4.访问IP地址:

http://IP/
Centos 7 Yum安装 Nginx 图文教程

如果能看到此页面则说明nginx运作正常!

5.开机自动启动Nginx

systemctl enable nginx

腾讯云限时秒杀【点击购买】

搬瓦工,CN2高速线路,1GB带宽,电信联通优化KVM,延迟低,速度快,建站稳定,搬瓦工BandwagonHost VPS优惠码BWH26FXH3HIQ,支持<支付宝> 【点击购买】!

Vultr$3.5日本节点,512M内存/500G流量/1G带宽,电信联通优化,延迟低,速度快【点击购买】!

阿里云香港、新加坡VPS/1核/1G/25G SSD/1T流量/30M带宽/年付¥288【点击购买】

Centos 7 Yum安装 Nginx 图文教程

`微信`扫码 加好友

链接到文章: https://www.gkxyz.com/centos-7-yumanzhuang-nginx-tuwenjiaocheng.html

推荐站点

  • Akamai(Linode)

    Deploy more with Linux virtual machines, global infrast […]

  • RAKsmart

    主机商介绍:RAKsmart是知名的美国服务器租用商,包括美国站群服务器、美国cn2服务器、香港服务器等热门产 […]

  • 腾讯云 – 产业智变 云启未来

    腾讯云为数百万的企业和开发者提供安全稳定的云计算服务,涵盖云服务器、云数据库、云存储、视频与CDN、域名注册等 […]

  • Vultr

    Vultr Global Cloud Hosting – Brilliantly Fast SSD […]

评论已关闭