nginx源码安装 源码安装 一、安装 1.下载tar安装包 2.安装gcc,nginx底层采用c++编写,因此需要gcc环境进行编译 3.安装pcre,一个Perl库,包括perl兼容的正则表达式,ng ...