下载对应版本的nginx

nginx

下载相应模块

编译前需要pcrezlib都需要下载

tar xvf nginx.tar.gz
cd nginx
make clean
./configure --with-pcre=../pcre-8.45  --with-zlib=../zlib-1.2.11  --with-openssl=/usr/bin  --add-dynamic-module=../<模块目录> --with-compat
make
cd objs

标签: none

仅有一条评论

  1. LaoFu LaoFu

    --with-compat参数是兼容模式编译动态模块

添加新评论