avinal commented on a change in pull request #6389: URL: https://github.com/apache/apisix/pull/6389#discussion_r811578209
########## File path: docs/en/latest/getting-started.md ########## @@ -155,23 +161,25 @@ curl "http://127.0.0.1:9080/apisix/admin/routes/1" -H "X-API-KEY: edd1c9f034335f }' ``` -This routing configuration means that all matching inbound requests will be forwarded to the Upstream service `httpbin.org:80` when they meet **all** the rules listed below: +This configuration basically means that it will forward all matching inbound requests to the upstream service (`httpbin.org:80`) if they meet these specified criterions. Review comment: ```suggestion This configuration means that it will forward all matching inbound requests to the upstream service (`httpbin.org:80`) if they meet these specified criteria. ``` -- 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]
