您的位置:首页 > 运维架构 > Nginx

mac 下 安装nginx

2015-02-27 00:00 204 查看
摘要: mac 下 安装nginx

下载相应版本的nginx

解压进入该版本的目录下

在命令行执行
./configure
--with-cc-opt=
"-Wno-deprecated-declarations" --
without-http_rewrite_module

执行 make

执行 make install

执行 sudo /usr/local/nginx/sbin/nginx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: