1
0
Эх сурвалжийг харах

openresty 升级到最新版;pcre-jit 选项重新加上

zjcqoo 6 жил өмнө
parent
commit
9622345d03
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      setup-nginx.sh

+ 2 - 1
setup-nginx.sh

@@ -1,5 +1,5 @@
 # 无需 root 运行
-curl -O https://openresty.org/download/openresty-1.15.8.1rc1.tar.gz
+curl -O https://openresty.org/download/openresty-1.15.8.1rc2.tar.gz
 tar zxvf openresty-*
 cd openresty-*
 
@@ -8,6 +8,7 @@ export PATH=$PATH:/sbin
 ./configure \
   --with-http_v2_module \
   --with-http_ssl_module \
+  --with-pcre-jit \
   --prefix=/home/jsproxy/openresty
 
 make