下载nginx包、wget下载
安装必须插件,命令如下:
yum install gcc gcc-c++ pcre-devel zlib-devel openssl-devel -y
./configure
make && make install