在已安装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,不然就真的覆盖了
posted @ 2025-04-09 11:46  程序员の奇妙冒险  阅读(49)  评论(0)    收藏  举报