安装依赖包:
#yum -y install pcre-devel openssl openssl-devel GeoIP-devel.x86_64
#cd nginx-1.22.0/
#./configure --prefix=/export/server/nginx --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_geoip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module
#make && make install