0x1 # luajit下载 https://github.com/openresty/luajit2 # lua nginx下载 https://github.com/openresty/lua-nginx-module # ngx_devel_kit 下载 0x2 make && make install PREFIX=/usr/local/luajit-2.1 && ln -s /usr/local/luajit-2.1 /usr/local/luajit # tell nginx's build system ...
nginx lua的安装
- 0