# HG changeset patch
# User chronolaw <chronolaw@gmail.com>
# Date 1540433787 -28800
# Thu Oct 25 10:16:27 2018 +0800
# Node ID 731064f4d1d38f41fe63301a9f3ec1c50c97be2b
# Parent 874d47ac871a4b62fbe0ff5d469a8ad7bc5a4160
Enable foreign misc type modules to extend nginx
diff -r 874d47ac871a -r 731064f4d1d3 auto/modules
|
a
|
b
|
|
| 1340 | 1340 | |
| 1341 | 1341 | |
| 1342 | 1342 | ngx_module_type=MISC |
| 1343 | | MISC_MODULES= |
| | 1343 | MISC_MODULES="$MISC_MODULES" |
| 1344 | 1344 | |
| 1345 | 1345 | if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then |
| 1346 | 1346 | ngx_module_name=ngx_google_perftools_module |