You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "chenwenjun-github (via GitHub)" <gi...@apache.org> on 2023/03/31 16:18:15 UTC

[GitHub] [apisix] chenwenjun-github opened a new issue, #9215: help request: proxy_mirror插件能否配置多个host

chenwenjun-github opened a new issue, #9215:
URL: https://github.com/apache/apisix/issues/9215

   ### Description
   
   以下是官网文档对于proxy_mirror的解释,请问其中的host能否配置多个
   ![image](https://user-images.githubusercontent.com/46237364/229174994-f407dc74-71ee-4e08-9764-a9b09ee881e5.png)
   
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Sn0rt commented on issue #9215: help request: proxy_mirror插件能否配置多个host

Posted by "Sn0rt (via GitHub)" <gi...@apache.org>.
Sn0rt commented on issue #9215:
URL: https://github.com/apache/apisix/issues/9215#issuecomment-1494017560

   currenlty. the the proxy_mirror not support multiple host for mirror. 
   you can found the implementation from here https://github.com/apache/apisix/blob/809ba09b26ddd62e0efa612f85e90d1aa938ce02/apisix/plugins/proxy-mirror.lua#L30


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


[GitHub] [apisix] ryan4yin commented on issue #9215: help request: proxy_mirror插件能否配置多个host

Posted by "ryan4yin (via GitHub)" <gi...@apache.org>.
ryan4yin commented on issue #9215:
URL: https://github.com/apache/apisix/issues/9215#issuecomment-1596443178

   in fact, multi host can be implemented by using nginx's `upstream` with the plugin `proxy-mirror`, more details here:
   
   https://github.com/apache/apisix/issues/9690


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


[GitHub] [apisix] chenwenjun-github closed issue #9215: help request: proxy_mirror插件能否配置多个host

Posted by "chenwenjun-github (via GitHub)" <gi...@apache.org>.
chenwenjun-github closed issue #9215: help request: proxy_mirror插件能否配置多个host
URL: https://github.com/apache/apisix/issues/9215


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


[GitHub] [apisix] chenwenjun-github commented on issue #9215: help request: proxy_mirror插件能否配置多个host

Posted by "chenwenjun-github (via GitHub)" <gi...@apache.org>.
chenwenjun-github commented on issue #9215:
URL: https://github.com/apache/apisix/issues/9215#issuecomment-1497290526

   thanks, I haved write a custom plugin base on proxy_mirror to support mulit host, close this problem


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


[GitHub] [apisix] mscb402 commented on issue #9215: help request: proxy_mirror插件能否配置多个host

Posted by "mscb402 (via GitHub)" <gi...@apache.org>.
mscb402 commented on issue #9215:
URL: https://github.com/apache/apisix/issues/9215#issuecomment-1493580525

   Not support for now


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