yocaning commented on issue #3616:
URL: https://github.com/apache/apisix/issues/3616#issuecomment-782578431


   贴一下我的配置:{
   "id": "1",
   "update_time": 1613734165,
   "upstream": {
   "checks": {
   "active": {
   "unhealthy": {
   "interval": 30
   },
   "concurrency": 10,
   "timeout": 1,
   "https_verify_certificate": true,
   "http_path": "/",
   "type": "http"
   },
   "passive": {
   "timeout": 5,
   "healthy": {
   "http_statuses": [
   200,
   201
   ],
   "successes": 3
   },
   "type": "http",
   "unhealthy": {
   "http_statuses": [
   500,
   504
   ],
   "timeouts": 3,
   "timeout": 5,
   "tcp_failures": 1,
   "http_failures": 1
   }
   }
   },
   "retries": 2,
   "nodes": {
   "**:8080": 1,
   "**:8080": 1
   },
   "timeout": {
   "connect": 3,
   "read": 3,
   "send": 3
   },
   "pass_host": "pass",
   "hash_on": "vars",
   "type": "roundrobin"
   },
   "methods": [
   "PUT",
   "GET"
   ],
   "status": 1,
   "create_time": 1613722689,
   "priority": 0,
   "uri": "/cmd"
   }


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

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


Reply via email to