程序员の奇妙冒险

返回
Nginx Nginx
2025-04-09 11:46 阅读:91 评论:0

在已安装nginx基础上添加模块

1
2
./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,不然就真的覆盖了
评论 (0)
暂无评论 来抢沙发吧~