欢迎您访问新疆栾骏商贸有限公司,公司主营电子五金轴承产品批发业务!
全国咨询热线: 400-8878-609

新闻资讯

常见问题

mac 下 安装nginx的方法小结

作者:用户投稿2026-01-11 19:38:20

下载相应版本的nginx

解压进入该版本的目录下

在命令行执行 

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

执行  make

执行 make install

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