—— 阿尔伯特·爱因斯坦

程序员の奇妙冒险

NginxNginx
2025-04-09 11:46阅读:67评论:0

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

1
2
3
./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)
暂无评论来抢沙发吧~