mirror of
https://github.com/EtherDream/jsproxy
synced 2024-11-22 01:49:01 +00:00
去除 nginx 的 pcre-jit 编译选项
This commit is contained in:
parent
4f0118f728
commit
11171c2f4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user