下载相应版本的nginx
解压进入该版本的目录下
在命令行执行
./configure
--with-cc-opt=
"-Wno-deprecated-declarations" --
without-http_rewrite_module执行 make
执行 make install
执行 sudo /usr/local/nginx/sbin/nginx
本文共 227 字,大约阅读时间需要 1 分钟。
下载相应版本的nginx
解压进入该版本的目录下
在命令行执行
./configure --with-cc-opt=
"-Wno-deprecated-declarations" --
without-http_rewrite_module
执行 make
执行 make install
执行 sudo /usr/local/nginx/sbin/nginx
转载于:https://my.oschina.net/u/1040928/blog/380491