yum 安装nginx

前奏:需要你在http://nginx.org/packages/centos/ 下找到对应的系统版本进行安装

1、CentOS 7,先执行:
rpm -ivh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
2,查看yum的nginx信息

[]# yum info nginx

Loaded plugins: fastestmirror

 Determining fastest mirrors

 * base: mirror.esocc.com

 * extras: mirror.esocc.com

 * updates: mirror.esocc.com

 base                                                     | 3.7 kB     00:00     

 base/primary_db                                          | 4.4 MB     00:28     

 extras                                                   | 3.5 kB     00:00     

 extras/primary_db                                        |  19 kB     00:00     

 nginx                                                    | 2.9 kB     00:00     

 nginx/primary_db                                         |  22 kB     00:00     

 updates                                                  | 3.5 kB     00:00     

 updates/primary_db                                       | 2.1 MB     00:10     

 installed Packages

 Name        : nginx

 Arch        : x86_64

 Version     : 1.4.0

 Release     : 1.el6.ngx

 Size        : 874 k

 Repo        : installed

 From repo   : nginx

 Summary     : nginx is a high performance web server

 URL         : http://nginx.org/

 License     : 2-clause BSD-like license

 Description : nginx [engine x] is an HTTP and reverse proxy server, as well as

            : a mail proxy server

 3,安装并启动nignx

[root@server ~]# yum install nginx
[root@server ~]# service nginx start
Starting nginx:                                            [  OK  ]

4,然后进入浏览器,输入http://192.168.0.161/测试,如果看到

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.

Thank you for using nginx.

 恭喜你,你成功了!

如果不能连接到nginx,原因很多,但是可以先检查 1,nginx服务是否真的起来了;2,linux服务器防火墙是否打开

通过ps -ef|grep nginx查看nginx是否启动

通过systemctl restart firewalld.service关闭防火墙

关于防火墙参考:https://www.zhaokeli.com/Article/6321.html



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值