* fixed the lua_code_cache off warning when the lua_code_cache is explicitly on. thanks Feng Xingguo. * applied the patch from cyberty to add ngx.http_time() function to expose the nginx core function ngx_http_time to the Lua land. * fixed an issue on i386: we now use off_t ...
Embed the Power of Lua into NGINX. Contribute to nginx-modules/lua-nginx-module development by creating an account on GitHub.
Embed the Power of Lua into NGINX HTTP servers. Contribute to openresty/lua-nginx-module development by creating an account on GitHub.
Lua Nginx Module 官方文档 Nginx Lua 执行阶段概念 nginx把一个请求分成了很多阶段,这样第三方模块就可以根据自己行为,挂载到不同阶段进行处理达到目的。 阶段说明 set_by_lua 流程分支处理判断变量初始化 rewrite_by_lua 转发、重定向、缓存等功能(例如特定请求代理到外网) access_by_lua IP准入、接口权限等情况集...
Embed the Power of Lua into NGINX HTTP servers. Contribute to openresty/lua-nginx-module development by creating an account on GitHub.
Embed the Power of Lua into NGINX HTTP servers. Contribute to wwwcevon/lua-nginx-module development by creating an account on GitHub.
Embed the Power of Lua into NGINX HTTP servers. Contribute to openresty/lua-nginx-module development by creating an account on GitHub.
Embed the Power of Lua into NGINX HTTP servers. Contribute to openresty/lua-nginx-module development by creating an account on GitHub.
# vim:set ft= ts=4 sw=4 et fdm=marker: use Test::Nginx::Socket::Lua; #worker_connections(1014); #master_process_enabled(1); #log_level('warn'); repeat_each(2); #repeat_each(1); plan tests => blocks() * repeat_each() * 3; #no_diff(); #no_long_string(); run_tests(...
Embed the Power of Lua into NGINX HTTP servers. Contribute to openresty/lua-nginx-module development by creating an account on GitHub.