supreethmohan commented on issue #11907: URL: https://github.com/apache/apisix/issues/11907#issuecomment-2590728822
@SandNight I had a similar issue and adding the below apisix configuration in the httpSrv block of the nginx fixed the issue for me. set_real_ip_from 0.0.0.0/0; real_ip_header X-Forwarded-For; real_ip_recursive on; Full block of code example: (line 476,477,478) <img width="881" alt="Image" src="https://github.com/user-attachments/assets/95d98456-9ea7-408e-8563-a4a0dec49bc8" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
