Description
Lua code can run inside nginx mainline request handling for custom routing, authentication, caching, or response logic. It is useful for advanced administrators building programmable web-server behavior.
Server-side scripts can expose secrets, slow requests, or change access control. Review Lua code with the same care as application code.