mac安装nginx

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

http://www.cnblogs.com/Gukw/archive/2012/05/13/2498328.html

猜你喜欢

转载自hizhangqi.iteye.com/blog/2267120