fatihbm commented on issue #9441: URL: https://github.com/apache/apisix/issues/9441#issuecomment-1542089322
The `remote_addr` variable is an embedded variable used by Nginx that provides information about the client address. This variable is critical in Nginx's internal workings and is necessary for properly routing HTTP requests. Therefore, renaming this variable to `client_addr` or something similar could cause Nginx to behave unexpectedly or produce errors. http://nginx.org/en/docs/http/ngx_http_core_module.html -- 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]
