upgrade spring-cloud-gateway, the request remoteAddress changed from nginx ip to client ip
i would like to my service uses nginx as the reverse proxy server.
I am currently upgrading the gateway and reactor-netty from 0.8.9 to 0.9.2. However, I found that the remote address obtained in version 0.8.9 is the real IP address of ngxin, while in version 0.9.2 it is the client real IP address. I would like to know what is going on?