Hey guys
I have build a system around lua nginx module, have like more than 10 components each doing its own stuff, I would like to customize all the error messages, without changing the code in the components. I could do that with error_page tag in nginx. But I have realized for those components that have ngx.say(xxxxx); ngx.exit(xxxxx) don't reach error page, but those that have ngx.exit() only do reach error page, do you have a work around for that.