You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/26 08:45:56 UTC

[GitHub] [apisix] hf400159 commented on a diff in pull request #6929: docs: update "Getting started" guide

hf400159 commented on code in PR #6929:
URL: https://github.com/apache/apisix/pull/6929#discussion_r858448098


##########
docs/en/latest/getting-started.md:
##########
@@ -177,15 +198,13 @@ This response indicates that Apache APISIX is running successfully.
 }
 ```
 
-## Step 2: Create a Route
-
-[Routes](./architecture-design/route.md) matches the client's requests based on defined rules, loads and executes the corresponding plugins, and forwards the request to the specified upstream.
+## Create a Route
 
-From the previous step, we have a running instance of Apache APISIX in Docker. Now let's create a Route.
+From the previous step, we have a running instance of APISIX in Docker. Now let's create a Route.
 
-Apache APISIX provides a powerful [Admin API](./admin-api.md) and [APISIX Dashboard](https://github.com/apache/apisix-dashboard). Here, we will use the Admin API to create a Route and connect it to an [Upstream](./architecture-design/upstream.md) service. When a request arrives, Apache APISIX will forward the request to the specified Upstream service.
+APISIX provides a powerful [Admin API](./admin-api.md) and [APISIX Dashboard](https://github.com/apache/apisix-dashboard). Here, we will use the Admin API to create a Route and connect it to an [Upstream](./architecture-design/upstream.md) service. When a request arrives, APISIX will forward the request to the specified Upstream service.
 
-We will create a sample configuration for our Route object so that Apache APISIX can forward the request to the corresponding Upstream service.
+We will configure the Route so that APISIX can forward the request to the corresponding Upstream service:

Review Comment:
    When I use httpbin.org as upstream, it returns the error code `503`. I see two Nginx containers already running. Maybe we can change the upstream to `127.0.0.1:9081`.
   ![image](https://user-images.githubusercontent.com/97138894/165259805-26d92687-ccac-4c2c-8545-23564fadc5ae.png)
   
   ![image](https://user-images.githubusercontent.com/97138894/165259632-bb15fe98-3066-4620-a0ba-18c804afca0a.png)
   
   ![image](https://user-images.githubusercontent.com/97138894/165258840-21d12626-c79b-424f-a116-57ce4a37584b.png)
   



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org