Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux教程 >> CentOS 6.x使用yum安裝nginx環境

CentOS 6.x使用yum安裝nginx環境

日期:2017/2/7 14:41:24      編輯:Linux教程
 

1、安裝nginx必須的依賴包

[root@web01 ~]# yum -y install openssl-devel pcre-devel zlib-devel

2、安裝官方yum源

[root@web01 ~]# rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm

3、安裝nginx

[root@web01 ~]# yum -y install nginx

Copyright © Windows教程網 All Rights Reserved