reorg modules
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package.path = package.path .. ';<SCRIPT_PATH>/?.lua';
|
||||
ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> start')
|
||||
local upyun_upload = require("upyun_upload")
|
||||
local upyun_upload = require("lib.upyun_upload")
|
||||
ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> upyun_upload loaded')
|
||||
|
||||
local file_to_upload = string.match(ngx.var.request_uri, ".*/(.*)")
|
||||
|
||||
Reference in New Issue
Block a user