Quick pro tip: testing lua + Nginx
When you're working with this powerful combo you should consider test unit using Busted, the elegant Lua unit testing.
describe"Busted unit testing framework"functiondescribe"should be awesome"functionit"should be easy to use"functionassert.truthy"Yup."endendend