bzp2010 commented on issue #2284:
URL: 
https://github.com/apache/apisix-dashboard/issues/2284#issuecomment-1022799905


   @stutipatelorigo 
   
   You can use the `regex_uri`.
   
   ```json
   {
     "regex_uri": ["^/sw/users/(.*)", "/users/$1"]
   }
   ```
   
   The above code is not syntax-checked, you need to pay attention to it. 
However, the ideas it contains are completely correct. This is the content of 
Nginx's rewrite directive, and you can use the experience about it to do this.


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