membphis commented on issue #930: request help: Doc on Getting Started guide 
for APISIX
URL: 
https://github.com/apache/incubator-apisix/issues/930#issuecomment-562456022
 
 
   ```
   curl http://127.0.0.1:9080/apisix/admin/services/201 -X PUT -d '
   {
       "upstream": {
           "type": "roundrobin",
           "nodes": {
               "https://httpbin.org:443": 1
           }
       }
   }'
   ```
   
   
https://github.com/apache/incubator-apisix/blob/master/doc/architecture-design.md#upstream
   
   The address of node is wrong.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to