码迷,mamicode.com
首页 > 系统相关 > 详细

mac安装nginx

时间:2015-06-06 18:10:28      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:

1,http://nginx.org/en/download.html下载http://nginx.org/download/nginx-1.2.0.tar.gz

2,tar -xf nginx-1.2.0.tar.gz

3,进入解压目录  chmod a+rwx *

4,./configure --without-http_rewrite_module

5,make && make install

6,sudo /usr/local/nginx/sbin/nginx

浏览器访问 localhost

mac安装nginx

标签:

原文地址:http://www.cnblogs.com/super-d2/p/4556963.html

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