摘要:
#centos6 #安装cjson报错的话检查lua-cjson-2.1.0编译后的cjson库文件,/usr/lib64/lua/5.1里要有cjson#centos7 #yum install luarocks #luarocks install lua-cjson #以下路径要有cjson.s 阅读全文
摘要:
1、下载lua模块 wget https://github.com/openresty/lua-nginx-module/archive/v0.10.9rc7.tar.gz 解压到/usr/local/目录下 tar xvf v0.10.9rc7.tar.gz -C /usr/local 2、下载n 阅读全文