diff -r 6dc2d52e4b13 -r ba41bfbe87a2 examples/lua-example.lua --- a/examples/lua-example.lua Tue Jun 09 12:01:57 2015 -0700 +++ b/examples/lua-example.lua Tue Jun 09 16:36:16 2015 -0700 @@ -13,6 +13,6 @@ -- how easy it is to do custom stuff. -- if os.time() % 2 == 0 then - return string.format( "%d:http://example.com%s", redir, request.path ) + return string.format( "OK status=%d url=http://example.com%s", redir, request.path ) end