]> git.kaiwu.me - nginx.git/commit
Dynamic modules: auto/module script.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 4 Feb 2016 15:30:21 +0000 (18:30 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 4 Feb 2016 15:30:21 +0000 (18:30 +0300)
commit0805ba14e7a25bc61627d6ece2a79243fe0b640a
tree90d561ef5b132d5ad1f84c1f3d4e8882bd0b7b68
parent359803e457b85fd931f182bcdab6eaf953426449
Dynamic modules: auto/module script.

This script simplifies configuration of additional modules,
including 3rd party ones.  The script is extensible, and
will be used to introduce dynamic linking of modules in upcoming
changes.

3rd party module config scripts are called with ngx_module_link
preset to "ADDON" - this allows config scripts to call auto/module
without ngx_module_link explicitly defined, as well as testing if
new interface is in place if compatibility with older nginx versions
is desired.

In collaboration with Ruslan Ermilov.
auto/make
auto/module [new file with mode: 0644]
auto/modules
auto/sources