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/05/12 02:24:17 UTC

[GitHub] [apisix] Marco-Zheng opened a new issue #4223: request help: how to configure complex nginx route

Marco-Zheng opened a new issue #4223:
URL: https://github.com/apache/apisix/issues/4223


   ### Issue description
   Our company has below complex nginx route, can we manual configure it in openresty nginx directly?
   ![image](https://user-images.githubusercontent.com/52538259/117908968-f583cd80-b30b-11eb-9e96-427230dcf773.png)
   
   


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

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



[GitHub] [apisix] spacewander commented on issue #4223: request help: how to configure complex nginx route

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #4223:
URL: https://github.com/apache/apisix/issues/4223#issuecomment-841152501


   The vars in route is different from the vars in traffic-split.


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

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



[GitHub] [apisix] spacewander closed issue #4223: request help: how to configure complex nginx route

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #4223:
URL: https://github.com/apache/apisix/issues/4223


   


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

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



[GitHub] [apisix] Marco-Zheng commented on issue #4223: request help: how to configure complex nginx route

Posted by GitBox <gi...@apache.org>.
Marco-Zheng commented on issue #4223:
URL: https://github.com/apache/apisix/issues/4223#issuecomment-841114261


   @spacewander Hi, i try this way to match the uri, but failed
   ![image](https://user-images.githubusercontent.com/52538259/118247502-d6d13280-b4d5-11eb-9c58-16cc2c9adbce.png)
   then i try to 


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

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



[GitHub] [apisix] Marco-Zheng commented on issue #4223: request help: how to configure complex nginx route

Posted by GitBox <gi...@apache.org>.
Marco-Zheng commented on issue #4223:
URL: https://github.com/apache/apisix/issues/4223#issuecomment-841941147


   > The vars in route is different from the vars in traffic-split.
   
   Ok. thanks, i find another way to replace it


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

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



[GitHub] [apisix] Marco-Zheng edited a comment on issue #4223: request help: how to configure complex nginx route

Posted by GitBox <gi...@apache.org>.
Marco-Zheng edited a comment on issue #4223:
URL: https://github.com/apache/apisix/issues/4223#issuecomment-841114261


   @spacewander Hi, i try this way to match the uri, but failed
   ![image](https://user-images.githubusercontent.com/52538259/118247502-d6d13280-b4d5-11eb-9c58-16cc2c9adbce.png)
   then i try to change the uri vars list to single one 
   ![image](https://user-images.githubusercontent.com/52538259/118247826-34fe1580-b4d6-11eb-9ce9-507d800c1e77.png)
   it was success! as traffic-split the vars can be a list like vars[[...],[...]] ,could you please give me sone advice?


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

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



[GitHub] [apisix] spacewander commented on issue #4223: request help: how to configure complex nginx route

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #4223:
URL: https://github.com/apache/apisix/issues/4223#issuecomment-839395275


   See https://github.com/apache/apisix/blob/master/docs/en/latest/FAQ.md#how-to-use-route-uri-for-regular-matching


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

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



[GitHub] [apisix] spacewander closed issue #4223: request help: how to configure complex nginx route

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #4223:
URL: https://github.com/apache/apisix/issues/4223


   


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

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



[GitHub] [apisix] Marco-Zheng commented on issue #4223: request help: how to configure complex nginx route

Posted by GitBox <gi...@apache.org>.
Marco-Zheng commented on issue #4223:
URL: https://github.com/apache/apisix/issues/4223#issuecomment-841941147


   > The vars in route is different from the vars in traffic-split.
   
   Ok. thanks, i find another way to replace it


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

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