You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/02 09:17:46 UTC

[GitHub] [apisix] chyoong opened a new issue, #8449: help request: rewrite currently does not support break or last

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

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


[GitHub] [apisix] tzssangglass commented on issue #8449: help request: rewrite currently does not support break or last

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8449:
URL: https://github.com/apache/apisix/issues/8449#issuecomment-1336764117

   ref: #7638


-- 
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-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] ada012 closed issue #8449: help request: rewrite currently does not support break or last

Posted by GitBox <gi...@apache.org>.
ada012 closed issue #8449: help request: rewrite currently does not support break or last
URL: https://github.com/apache/apisix/issues/8449


-- 
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-unsubscribe@apisix.apache.org

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