From a2b7a5ef4ba554ad14ce6ac9ed2dd9264b6d8532 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 17 May 2021 14:56:50 -0700 Subject: [PATCH] puppet: Clarify 20m keepalive time from the LB is a max; it can be less. --- .../nginx/zulip-include-app.d/keepalive-loadbalancer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puppet/zulip/files/nginx/zulip-include-app.d/keepalive-loadbalancer.conf b/puppet/zulip/files/nginx/zulip-include-app.d/keepalive-loadbalancer.conf index 5d1c552c4e..8593b57862 100644 --- a/puppet/zulip/files/nginx/zulip-include-app.d/keepalive-loadbalancer.conf +++ b/puppet/zulip/files/nginx/zulip-include-app.d/keepalive-loadbalancer.conf @@ -7,8 +7,8 @@ # deciding to shut down the connection, and the load-balancer sending # a request, resulting in a 502 from the loadbalancer. # -# The timeouts on the loadbalancer are assumed to be 20min (1200s); -# these timeouts are hence for 21min. +# The timeouts on the loadbalancer are assumed to be 20min (1200s) or +# less; these timeouts are hence for 21min. keepalive_timeout 1260; client_header_timeout 1260;