在已安装nginx基础上添加模块
执行 ./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-http_sub_module --with-http_gzip_static_module --with-http_stub_status_module --add-module=/data/software/ngx_http_substitutions_filter_module --add-module=/data/software/ngx_http_google_filter_module
再执行 make //千万不要make install,不然就真的覆盖了

浙公网安备 33010602011771号