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 2019/12/06 06:53:17 UTC

[GitHub] [incubator-apisix] membphis commented on issue #930: request help: Doc on Getting Started guide for APISIX

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:
users@infra.apache.org


With regards,
Apache Git Services