1. 获取ngx_http_proxy_connect_module的安装包 首先,您需要找到ngx_http_proxy_connect_module的源代码。由于Nginx模块通常不是由Nginx官方直接维护的,它们可能由第三方开发者贡献。您可以通过GitHub或其他源代码托管平台搜索该模块。假设您已经找到了该模块的仓库,并下载了其源代码。 2. 解压安装包到适当目录 将下...
with-threads --with-luajit-xcflags=-DLUAJIT_NUMMODE=2 --with-openssl=./openssl-1.1.1i --add-module=/Users/kai/opt/project/ngx_http_proxy_connect_module git clone https://github.com/chobits/ngx_http_proxy_connect_module.git patch -d build/nginx-1.19.3/ -p 1 < /Users/kai/opt/pro...
--with-http_image_filter_module=dynamic \ 1. --with-http_mp4_module \ 1. --with-http_random_index_module \ 1. --with-http_realip_module \ 1. --with-http_secure_link_module \ 1. --with-http_slice_module \ 1. --with-http_ssl_module \ 1. --with-http_stub_status_module \ ...
--with-http_image_filter_module=dynamic \ 1. --with-http_mp4_module \ 1. --with-http_random_index_module \ 1. --with-http_realip_module \ 1. --with-http_secure_link_module \ 1. --with-http_slice_module \ 1. --with-http_ssl_module \ 1. --with-http_stub_status_module \ ...
proxy_connect_timeout 80; proxy_pass http://cluster1; } location /status { healthcheck_status; } error_page 500 502 503 504 /50x.html; location = /50x.html { root html; } } } 效果 当然直接prometheus metrics 可以直接使用 说明 我已经构建好了一个镜像,可以直接使用dalong...