From 11171c2f4e626c7d911657110f73b75e56de6014 Mon Sep 17 00:00:00 2001 From: zjcqoo Date: Mon, 29 Apr 2019 17:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=20nginx=20=E7=9A=84=20pcre-j?= =?UTF-8?q?it=20=E7=BC=96=E8=AF=91=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup-nginx.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup-nginx.sh b/setup-nginx.sh index 1a400d0..bad2358 100755 --- a/setup-nginx.sh +++ b/setup-nginx.sh @@ -1,4 +1,4 @@ -# +# 无需 root 运行 curl -O https://openresty.org/download/openresty-1.15.8.1rc1.tar.gz tar zxvf openresty-* cd openresty-* @@ -6,7 +6,6 @@ cd openresty-* ./configure \ --with-http_v2_module \ --with-http_ssl_module \ - --with-pcre-jit \ --prefix=/home/jsproxy/openresty make