wget https://github.com/openresty/lua-resty-core/archive/v0.1.21.tar.gz tar -zxvf lua-resty-core-0.1.21.tar.gz cd lua-resty-core-0.1.21 make install
3、安装lua-resty-lrucache
1 2 3 4
wget https://github.com/openresty/lua-resty-lrucache/archive/v0.10.tar.gz tar -zxvf lua-resty-lrucache-0.10.tar.gz cd lua-resty-lrucache-0.10 make install
4、解压lua-nginx-module
1 2
wget https://github.com/openresty/lua-nginx-module/archive/v0.10.19.tar.gz tar -zxvf lua-nginx-module-0.10.19.tar.gz
5、解压ngx_devel_kit
1 2
wget https://github.com/vision5/ngx_devel_kit/archive/v0.3.1.tar.gz tar -zxvf ngx_devel_kit-0.3.1.tar.gz
6、解压openssl
1 2
wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz tar -zxvf openssl-1.1.1k.tar.gz