Switch all extrnal modules to be dynamic modules, and update them to use the latest versions. Use separate subpackages for all dynamic modules, so you can easily choose which nginx features you want without rebuilding nginx with a specific combination of FLAVORs. Switch all internal modules that can be built dynamically to use dynamic modules. Start building the image_filter, geoip, perl, and xlst modules as dynamic modules. This requires changes to your nginx configuration if you were previously using a FLAVORed version of nginx, or using the mail or stream features. OK robert@ (MAINTAINER) positive feedback from william@ (MAINTAINER), landry@, sthen@
6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
The ngx_lua_module embeds the power of Lua into Nginx HTTP Servers.
|
|
|
|
Also includes ngx_devel_kit (NDK) The NDK is an Nginx module that is designed to
|
|
extend the core functionality of the excellent Nginx webserver in a way that can
|
|
be used as a basis of other Nginx modules.
|