Update install.sh

This commit is contained in:
midoks 2022-09-02 23:16:41 +08:00
parent 277b95f74b
commit 8e587cf055
1 changed files with 2 additions and 1 deletions

View File

@ -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