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

nginx安装

时间:2016-03-03 15:05:12      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:nginx

下载nginx-1.9.12

传到/usr/local/src

安装 pcre openssl

yum install pcre *

yum install openssl*

解压nginx

tar -zxvf nginx-1.9.12.tar.gz


./configure --prefix=/usr/local/nginx-1.9.12 --with-http_ssl_module --with-http_spdy_module --with-http_stub_status_module --with-pcre


make 

make install

/usr/local/nginx-1.9.12/sbin/nginx




本文出自 “please” 博客,谢绝转载!

nginx安装

标签:nginx

原文地址:http://please.blog.51cto.com/812063/1747059

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