From 003f8c6420801e43848593fee6e566e963a452d4 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 12 Jan 2021 13:13:30 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/openresty/install.sh b/plugins/openresty/install.sh index b862f94b6..1a49e9b41 100755 --- a/plugins/openresty/install.sh +++ b/plugins/openresty/install.sh @@ -40,6 +40,7 @@ Install_openresty() cd ${openrestyDir}/openresty-${VERSION} && ./configure --prefix=$serverPath/openresty \ --with-http_v2_module \ --with-http_ssl_module \ + --with-http_slice_module \ --with-http_stub_status_module && make && make install && \ echo "${VERSION}" > $serverPath/openresty/version.pl