diff --git a/images/echoheaders/nginx.conf b/images/echoheaders/nginx.conf index 814c6121d..a93e4cc8c 100644 --- a/images/echoheaders/nginx.conf +++ b/images/echoheaders/nginx.conf @@ -69,6 +69,10 @@ Request Body: # Replace '_' with your hostname. server_name _; + # set long keepalive_timeout because some loadbalancer proxies expect the connection + # to remain open for at least ten minutes. + keepalive_timeout 620s; + location / { lua_need_request_body on; content_by_lua_block {