摘要: 怎么引用同级目录的自定义公共模块 方法 1:修改 lua_package_path 包含当前目录(推荐)​ 在 ​​Nginx 配置​​ 中添加以下指令: http { # 添加当前目录到 Lua 模块搜索路径 lua_package_path "/app/openresty/nginx/conf/ 阅读全文
posted @ 2025-07-08 17:55 醒日是归时 阅读(30) 评论(0) 推荐(0)