nginx版本:1.22
安装依赖包:
#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
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/289212.html