From 4c59d3762a9f82813b6a58ab8e19e0b4e8596cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E7=91=9E?= <807495056@qq.com> Date: Thu, 10 Sep 2020 11:42:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'bin/nginx.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nginx.sh b/bin/nginx.sh index 2aa10a2..f32cb0d 100644 --- a/bin/nginx.sh +++ b/bin/nginx.sh @@ -32,7 +32,7 @@ decompression $package file_dir=`get_file_dir $package` cd $file_dir -./configure --prefix=$path_dir --with-openssl=/usr/include/openssl --with-pcre --with-http_stub_status_module +./configure --prefix=$path_dir --with-openssl=/usr/include/openssl --with-pcre --with-http_stub_status_module --with-stream # 编译ssl证书版暂不支持 # ./configure --prefix=$path_dir --with-openssl=/usr/include/openssl --with-pcre --with-http_stub_status_module --with-http_ssl_module