nginx动态安装编译加载模块

1、首先使用命令 nginx -V 查看nginx 已经编译的模块, 2、./configure   加上原来的模块,然后再加上需要安装的模块。 3、make   (不要make install) 4、然后复制 objs/nginx  到目前的sbin...