kongjun01 commented 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: [email protected]
