xiaodizi commented on issue #10745: URL: https://github.com/apache/apisix/issues/10745#issuecomment-1876207325
> > Because my api is on a different machine, at a different address > > http://192.168.110.249:8081/v3/ratu/apisix/get > > Where is this upstream configured? This! `curl -i "http://127.0.0.1:9180/apisix/admin/routes?api_key=ratu" -X PUT -d ' { "id": "document-roundrobin-id", "uri": "/v3/ratu", "upstream" : { "type": "roundrobin", "nodes": { "192.168.110.249:8081": 1, "192.168.110.249:8082": 1 }, "pass_host": "node", "scheme": "http" } }'` -- 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]
