monkeyDluffy6017 commented on code in PR #9358: URL: https://github.com/apache/apisix/pull/9358#discussion_r1186717457
########## docs/en/latest/getting-started/load-balancing.md: ########## @@ -44,6 +44,7 @@ curl -i "http://127.0.0.1:9180/apisix/admin/routes" -X PUT -d ' You will receive an `HTTP/1.1 201 OK` response if the route was created successfully. :::info + 1. The `pass_host` field is set to `node` to pass the host header to the upstream. 2. The `scheme` field is set to `https` to enable TLS when sending requests to the upstream. ::: Review Comment: Need a blank here too? -- 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]
