nginx编译增加模块

查看当前编译
nginx -V
增加 --with-http_stub_status_module 监控nginx状态
进入我们之前的解压包路径
./configure --prefix=/data/nginx --with-stream --with-http_stub_status_module
make
进入编译后的目录../objs
拷贝nginx程序至/data/nginx/sbin/nginx (先停用后备份原先nginx程序)
查看当前编译
nginx -V
posted @ 2020-06-24 11:16  kylingx  阅读(156)  评论(0编辑  收藏  举报