zhaomingcheng01 opened a new issue, #11805:
URL: https://github.com/apache/apisix/issues/11805

   ### Current Behavior
   
   {
     "uri": "/*",
     "name": "view-oss",
     "desc": "静态网站托管oss",
     "methods": [
       "GET",
       "POST",
       "PUT",
       "DELETE",
       "PATCH",
       "HEAD",
       "OPTIONS",
       "CONNECT",
       "TRACE"
     ],
     "host": "xxx-paas.transsion.com",
     "plugins": {
       "proxy-rewrite": { 
         "host": "cnfs-oss-hk.oss-cn-hongkong-internal.aliyuncs.com",
         "regex_uri": [
           "/(.*)",
           "/view/$1"
         ]
       },
       "response-rewrite": {
         "disable": false,
         "headers": {
           "content-disposition": ""
         }
       }
     },
     "upstream": {
       "nodes": [
         {
           "host": "cnfs-oss-hk.oss-cn-hongkong-internal.aliyuncs.com",
           "port": 443,
           "weight": 1
         }
       ],
       "timeout": {
         "connect": 6,
         "send": 6,
         "read": 6
       },
       "type": "roundrobin",
       "scheme": "https",
       "pass_host": "pass",
       "keepalive_pool": {
         "idle_timeout": 60,
         "requests": 1000,
         "size": 320
       }
     },
     "enable_websocket": true,
     "status": 1
   }
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   我们是想用apisix代理oss,做了一个域名改写,配上去后就路由乱跳,导致了生产事故
   
   ### Environment
   
   version 3.2.2


-- 
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