Horus-K opened a new issue #6547:
URL: https://github.com/apache/apisix/issues/6547


   ### Issue description
   
   
![image](https://user-images.githubusercontent.com/48319268/157209123-4161ef4e-fc14-44c0-9c3b-49a680dc9d88.png)
   The documentation says that query can be processed in regex_uri, how do I 
use it (when append_query_string is false)
   
   configure:
   regex_uri: ["(.*)/xxxxxx(.*)","https://xxxx.com/vvvvvvvvv$2$is_args$args";]
   error message:
   {"error_msg":"failed to check the configuration of plugin redirect err: 
invalid regex_uri ((.*)\/xxxxxx(.*), 
https:\/\/xxxx.com\/vvvvvvvvv$2$is_args$args), err:failed to compile the 
replacement template"}
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 1.11.0
   - OS (cmd: `uname -a`): centos7.9
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty 
-V`):openresty/1.19.9.1
   - 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:
   - the plugin runner version, if the issue is about a plugin runner (cmd: 
depended on the kind of runner):
   - 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to