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 2021/07/15 08:52:52 UTC

[GitHub] [apisix] spacewander commented on issue #4609: request help: Problem forwarding

spacewander commented on issue #4609:
URL: https://github.com/apache/apisix/issues/4609#issuecomment-880519625


   You can configure an upstream with "bbb.com".
   ```
   {
       "type": "roundrobin",
       "nodes": {
           "bbb.com:80": 1
       }
   }
   
   ```
   
   It's impossible to do that without upstream.


-- 
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