nic-6443 commented on code in PR #13568:
URL: https://github.com/apache/apisix/pull/13568#discussion_r3432783873
##########
apisix/core/ctx.lua:
##########
@@ -244,6 +244,8 @@ do
route_name = true,
service_id = true,
service_name = true,
+ -- the upstream host before DNS resolution (configured domain/host)
+ upstream_unresolved_host = true,
Review Comment:
I suggest putting this variable into nginx_tpl.lua so that it can also be
used in the access log.
--
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]