nginx stream安装
mv nginx-1.14.2.tar.gz /usr/local/
tar -zxvf nginx-1.14.2.tar.gz .
cd nginx-1.14.2
yum install pcre pcre-devel
yum -y install make zlib-devel gcc-c++ libtool openssl openssl-devel
yum -y install gcc gcc-c++ autoconf automake make
./configure --with-http_ssl_module --with-stream
make
make install
/usr/local/nginx/sbin/nginx -s reload