Increase keepalive_timeout for echoheaders

This commit is contained in:
Nick Sardo 2018-05-16 14:36:12 -07:00
parent af415d510f
commit 3731f5156d

View file

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