mirror of https://github.com/wulabing/Xray_onekey
parent
9366020907
commit
48a795e90a
|
@ -343,7 +343,7 @@ nginx_install(){
|
||||||
echo -e "${OK} ${GreenBG} 即将开始编译安装 Nginx, 过程稍久,请耐心等待 ${Font}"
|
echo -e "${OK} ${GreenBG} 即将开始编译安装 Nginx, 过程稍久,请耐心等待 ${Font}"
|
||||||
sleep 4
|
sleep 4
|
||||||
|
|
||||||
cd nginx-${nginx_version}
|
cd ../nginx-${nginx_version}
|
||||||
./configure --prefix="${nginx_dir}" \
|
./configure --prefix="${nginx_dir}" \
|
||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
--with-http_gzip_static_module \
|
--with-http_gzip_static_module \
|
||||||
|
|
Loading…
Reference in New Issue