您的位置 首页 nginx

nginx 安装 ngx_http_reqstat_module 模块(Dockerfile)

 

监控 Nginx | Apache HertzBeat

 

正常的安装编译安装 ngx_http_reqstat_module 模块

# install `ngx_http_reqstat_module`
wget https://github.com/zls0424/ngx_req_status/archive/master.zip -O ngx_req_status.zip

unzip ngx_req_status.zip

patch -p1 < ../ngx_req_status-master/write_filter.patch

./configure --prefix=/usr/local/nginx --add-module=/path/to/ngx_req_status-master

make -j2

make install

 

用 Dockerfile 制作镜像

 

欢迎来撩 : 汇总all

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章