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/04/15 06:31:21 UTC

[GitHub] [apisix] kongjun01 edited a comment on issue #4049: request help:Questions about route matching

kongjun01 edited a comment on issue #4049:
URL: https://github.com/apache/apisix/issues/4049#issuecomment-820153714


   the second routing rule must `/*`,because it is back server. the front server(the first routing rule) is 
   ```
   uris: ["/","/*.html"]
   ```
   
   your example(the first routing rule) , paths that end in html can be matched , but not match `/`.
   
   my requirement is for front and rear end separation , or maybe you have some other solution?


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