### Issue description my route : ``` { "uri": "/*", "host":"test.test.com", "upstream": { "type": "roundrobin", "scheme": "https", "pass_host": "rewrite", "upstream_host":"www.baidu.com", "nodes": { "112.80.248.76:443": 1 } } } ``` I expect when i visit test.test.com agent to www.baidu.com, but it is return 404. ### Environment - apisix version (cmd: `apisix version`): 2.10.3 - 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: - 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`):