api7 / apisix-build-tools

Build tools to package and release
Apache License 2.0
125 stars 96 forks source link

feat: Make sure that NGINX installation includes the HTTP and Stream Real‑IP modules. #380

Closed xiaoxuanyo closed 7 months ago

xiaoxuanyo commented 7 months ago

The stream_realip_module is added so that apisix can obtain the real client IP address of TCP requests forwarded by the load balancer in the layer 4 proxy.

Reference: https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/#realip image

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

xiaoxuanyo commented 7 months ago

Related issue: apisix/11155 issue

xiaoxuanyo commented 7 months ago

image

It seems not caused by my code