tangkaijun commented on issue #8250:
URL: https://github.com/apache/apisix/issues/8250#issuecomment-1305151908

   我也遇到同样的问题:
   实际的结果是
   route 1(/app1/api/test) ---> service1(使用了插件proxy-rewrite) ---> upstream 1
   route 2(/app2/api/test) ---> service2(使用了插件proxy-rewrite) ---> upstream 1
   期望结果是:
   route 1(/app1/api/test) ---> service1(使用了插件proxy-rewrite) ---> upstream1
   route 2(/app2/api/test) ---> service2(使用了插件proxy-rewrite) ---> upstream2
   
   


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

Reply via email to