0
点赞
收藏
分享

微信扫一扫

nginx安装配置

Java架构领域 2023-02-06 阅读 91


./configure --prefix=/data/nginx --with-http_realip_module --with-http_sub_module --with-http_flv_module --with-http_dav_module --with-http_gzip_​static_module --with-http_stub_status_module --with-http_a​ddition_module --with-pcre=/data/download/pcre-8.2。0 --with-openssl=/data/download/openssl-1.0.0a --with-http_ssl_module --with-zlib=/data/download/zlib-1.2.5

--其中pcre用于正则表达式的解析等


举报

相关推荐

0 条评论