diff options
Diffstat (limited to 'pingora-proxy/tests')
-rw-r--r-- | pingora-proxy/tests/utils/conf/origin/conf/nginx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pingora-proxy/tests/utils/conf/origin/conf/nginx.conf b/pingora-proxy/tests/utils/conf/origin/conf/nginx.conf index 6e55d30..31d3205 100644 --- a/pingora-proxy/tests/utils/conf/origin/conf/nginx.conf +++ b/pingora-proxy/tests/utils/conf/origin/conf/nginx.conf @@ -254,8 +254,8 @@ http { } # 1. A origin load balancer that rejects reused connections. - # this is to simulate the common problem when customers LB drops - # connection silently after being keepalived for awhile + # This is to simulate the common problem when an upstream LB drops + # a connection silently after being `keepalive`d for a while. # 2. A middlebox might drop the connection if the origin takes too long # to respond. We should not retry in this case. location /bad_lb { |