kuberxy edited a comment on issue #4741:
URL: https://github.com/apache/apisix/issues/4741#issuecomment-891436060


   After I changed the configuration file to this, it was normal
   ```
   upstreams:
       -
           id: 1
           name: "nginx"
           nodes:
               "nginx1:8091": 1
               "nginx2:8091": 1
               "nginx3:8091": 1
           type: roundrobin
           checks:
               active:
                   http_path: "/"
                   healthy:
                       interval: 2
                       successes: 1
                   unhealthy:
                       interval: 1
                       http_failures: 2
               passive:
                   healthy:
                       http_statuses:
                       - 200
                       - 201
                       successes: 3
                   unhealthy:
                       http_statuses:
                       - 500
                       http_failures: 3
                       tcp_failures: 3
   
   routes:
       -
           uri: /*
           upstream_id: 1
   #END
   ```


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