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