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/02/11 10:01:06 UTC

[GitHub] [apisix] liangliang4ward edited a comment on issue #6296: request help: apisix enforces the translation of routed domain names to IP addresses

liangliang4ward edited a comment on issue #6296:
URL: https://github.com/apache/apisix/issues/6296#issuecomment-1036040558


   > > ![image](https://user-images.githubusercontent.com/3895272/153568799-8f3746ca-1e83-451d-8685-23e93a9bf440.png)
   > > can use domain rewrite
   > 
   > > ![image](https://user-images.githubusercontent.com/3895272/153568799-8f3746ca-1e83-451d-8685-23e93a9bf440.png)
   > > can use domain rewrite
   > 
   > Excuse me, is this a plugin? If yes, can you tell me the name of the plugin, thanks!
   use proxy-rewirte plugin , add host value to your real host 
         "proxy-rewrite": {
               "uri": "/test/home.html",
               "scheme": "http",
               "host": "iresty.com"
           }
   https://apisix.apache.org/docs/apisix/plugins/proxy-rewrite/


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