chyoong opened a new issue, #8449:
URL: https://github.com/apache/apisix/issues/8449
### Description
i tried to implement the following in apisix:
```
location / {
rewrite ^/(.*) /api/$1 last;
}
location /api {
...
}
```
i have consulted relevant documentation and tried plug-ins `proxy-rewrite`
and `redirect`, but neither is supported
how to implement the last or break operation?
### Environment
- APISIX version (run `apisix version`): 2.15.0
--
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]