package.path = package.path .. ';<SCRIPT_PATH>/?.lua';
local upt = require("lib.upt")
local uri = ngx.unescape_uri(ngx.var.arg_uri)
upt.upt(uri)