nanamikon opened a new issue #4198:
URL: https://github.com/apache/apisix/issues/4198
### Issue description
For example, just as follow
nginx.conf
```
location / {
rewrite ^(.*)$ /test/$1 break;
}
location /test {
...
}
```
When we visit localtion /, nginx will internal redirect to localtion
/test。I have refered to redirect plugin and proxy-rewrite plugin, none of them
can implement this function。 So should I build a new plugin to implement it?
### Environment
* apisix version (2.5):
* OS (cmd: `uname -a`):
* OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
* etcd version, if have (cmd: run `curl
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
* apisix-dashboard version, if have:
* luarocks version, if the issue is about installation (cmd: `luarocks
--version`):
--
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]