网址:https://openresty-reference.readthedocs.io/en/latest/Directives/
这个文档分为两大块,一部分是 nginx 的指令部分(Directives ),另一部分是 Lua Ngx API 部分。
指令列表:https://openresty-reference.readthedocs.io/en/latest/Directives/
Lua Ngx API 列表:https://openresty-reference.readthedocs.io/en/latest/Lua_Nginx_API/
一个中文API文档:https://www.kancloud.cn/qq13867685/openresty-api-cn/159139