lua-resty-route is a URL routing library for OpenResty supporting multiple route matchers, middleware, and HTTP and WebSockets handlers to mention a few of its features.Matcherslua-resty-route supports multiple different matchers on routing. Right now we support these:Prefix...
Thengx.var.arg_vvalue could benilwhen there is no "v" querystring argument in your request URL at all. You should take this special case into account in you Lua code. And you can never concatenate anilvalue with other (string) values in Lua. @zhangfeeThis isnotrelated to lua-resty-my...
2018/10/07 21:29:50 [error] 636#0: *1 lua entry thread aborted: runtime error: /etc/nginx/library/resty/waf/load_ac.lua:76: attempt to call upvalue 'ac_create' (a nil value) stack traceback: coroutine 0: /etc/nginx/library/resty/waf/load_ac.lua: in function 'create_ac' /etc...