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