Chapter 8. Integrating Lua with NGINX
NGINX is extensible to handle varying use cases. In this chapter, we'll be exploring some possibilities of extending NGINX with Lua, an embedded scripting language designed for just such a purpose. The topics we'll be covering include the following:
The
ngx_lua
moduleIntegrating with Lua
Logging with Lua