更新 'bin/nginx.sh'

This commit is contained in:
徐瑞 2019-08-01 10:01:08 +08:00
parent e110c8d48c
commit 1d022355c8

View File

@ -32,7 +32,7 @@ decompression $package
file_dir=`get_file_dir $package` file_dir=`get_file_dir $package`
cd $file_dir 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-http_ssl_module
make -j$thread && make install make -j$thread && make install