nginx_lua入门笔记
需求:
需求1: 小站点,怎样不浪费每一个请求?
FAQ
主要记录nginx_lua使用过程中容易出现问题的API.
ngx.req.get_uri_args, ngx.req.get_post_args,ngx.req.get_headers 默认解析前100个内容,在某些情况下值得注意
参考文献:
nginx_lua 中文api
https://www.openresty.com.cn/nginx-lua-module-zh-wiki.html
nginx_lua github地址