SpectatorNan commented on issue #12705:
URL: https://github.com/apache/apisix/issues/12705#issuecomment-3465959255

   > Hi [@SpectatorNan](https://github.com/SpectatorNan), are there any error 
logs in APISIX? Can you also share your routing configuration? I will try to 
reproduce it.
   
   
   I didn't see any error logs, only access logs.
   
   route config:  
   {
       "key": "/apisix/routes/568845819227145365",
       "value": {
           "host": "harbor.example.com",
           "create_time": 1748588129,
           "id": "568845819227145365",
           "uris": [
               "/",
               "/*"
           ],
           "name": "harbor-http",
           "upstream_id": "c5d69b7e",
           "update_time": 1761380167,
           "status": 1
       },
       "modifiedIndex": 381,
       "createdIndex": 37
   }
   
   upstrams: 
   
   {
       "key": "/apisix/upstreams/c5d69b7e",
       "value": {
           "type": "roundrobin",
           "name": "harbor_harbor_80",
           "id": "c5d69b7e",
           "update_time": 1761384425,
           "pass_host": "pass",
           "timeout": {
               "send": 60,
               "connect": 60,
               "read": 60
           },
           "hash_on": "vars",
           "nodes": [
               {
                   "port": 8080,
                   "weight": 100,
                   "priority": 0,
                   "host": "192.168.219.72"
               }
           ],
           "create_time": 1748589274,
           "scheme": "http",
           "desc": "Created by apisix-ingress-controller, DO NOT modify it 
manually",
           "labels": {
               "managed-by": "apisix-ingress-controller"
           }
       },
       "modifiedIndex": 412,
       "createdIndex": 41
   }


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