From 8e587cf055c19c1128cd0820fbb4dada13bb0043 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 2 Sep 2022 23:16:41 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/openresty/install.sh b/plugins/openresty/install.sh index 8c7673ba6..f089f44ac 100755 --- a/plugins/openresty/install.sh +++ b/plugins/openresty/install.sh @@ -62,7 +62,8 @@ Install_openresty() --with-http_v2_module \ --with-http_ssl_module \ --with-http_slice_module \ - --with-http_stub_status_module + --with-http_stub_status_module \ + --with-http_realip_module make -j${cpuCore} && make install && make clean