更新 'bin/nginx.sh'
This commit is contained in:
parent
1d022355c8
commit
1343a5b7b7
@ -32,7 +32,9 @@ 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 --with-http_ssl_module
|
./configure --prefix=$path_dir --with-openssl=/usr/include/openssl --with-pcre --with-http_stub_status_module
|
||||||
|
# 编译ssl证书版暂不支持
|
||||||
|
# ./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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user