欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

mac 下 安装nginx的方法小结

程序员文章站 2023-11-25 23:29:16
下载相应版本的nginx 解压进入该版本的目录下 在命令行执行  ./configure  --with-cc-opt="-wno-depreca...

下载相应版本的nginx

解压进入该版本的目录下

在命令行执行 

./configure  --with-cc-opt="-wno-deprecated-declarations" --without-http_rewrite_module

执行  make

执行 make install

执行 sudo /usr/local/nginx/sbin/nginx