modify local dev config & make openresty directy upload combine file to upyun
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- 指定模块引用目录,否则无法加载同目录下的其他文件
|
||||
package.path = package.path .. ';/usr/local/openresty/nginx/scripts/?.lua';
|
||||
package.path = package.path .. ';/usr/local/opt/openresty/nginx/scripts/?.lua';
|
||||
local cjson = require "cjson"
|
||||
local uuid = require "resty.jit-uuid"
|
||||
local http = require "resty.http"
|
||||
|
||||
Reference in New Issue
Block a user