hanrea opened a new issue, #2846:
URL: https://github.com/apache/apisix-dashboard/issues/2846

   # Feature request
   
   Add redirect plugin support. 
   Redirect plugin is often used in conjunction with the rewrite plugin to 
achieve routing forwarding
   A clear and concise description of what you want and what your use case is.
   
   ## Describe the solution you'd like
   
   "plugins": {
                "redirect": {
                        "regex_uri": ["^/$", "/index.html"]
                        "ret_code": 301
                },
                "proxy-rewrite": {
                        "regex_uri": ["^/(.*)$", "/static/$1"]
                }
   },
   


-- 
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: notifications-unsubscr...@apisix.apache.org.apache.org

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

Reply via email to