码迷,mamicode.com
首页 > 其他好文 > 详细

Nginx:CentOS7安装Nginx

时间:2018-09-05 19:58:43      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:c++   toc   tar   upd   nss   too   span   efi   conf   

 

1、安装编译环境

#yum update
# yum -y install gcc gcc-c++ autoconf automake libtool make cmake
# yum -y install zlib zlib-devel openssl openssl-devel pcre-devel

 

 

 

yum -y install wget

 

 

cd  /usr/local/
mkdir software
cd /usr/local/software

//下载
wget wget http://nginx.org/download/nginx-1.13.0.tar.gz

//解压
 tar -zxvf nginx-1.13.0.tar.gz 

//编译
./configure --prefix=/usr/local/nginx

 

make & make install

 

Nginx:CentOS7安装Nginx

标签:c++   toc   tar   upd   nss   too   span   efi   conf   

原文地址:https://www.cnblogs.com/xmai/p/9593568.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!