源码编译安装nginx


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

(0)
上一篇 2022年9月13日
下一篇 2022年9月13日

相关推荐

发表回复

登录后才能评论