From 514db717a5f0e3ba7f4f140dacc6edf5e7801e06 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran <rjshrjndrn@users.noreply.github.com> Date: Wed, 17 Jul 2019 15:37:24 +0530 Subject: [PATCH] Issue #000 feat: reverting client keepalive timeout to 65s (#644) --- ansible/roles/stack-proxy/templates/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/stack-proxy/templates/nginx.conf b/ansible/roles/stack-proxy/templates/nginx.conf index 566be10a0..ff5ee83d0 100644 --- a/ansible/roles/stack-proxy/templates/nginx.conf +++ b/ansible/roles/stack-proxy/templates/nginx.conf @@ -45,7 +45,7 @@ http { #tcp_nopush on; client_max_body_size 60M; - keepalive_timeout 500s; + keepalive_timeout 65s; keepalive_requests 200; # Nginx connection limit per ip -- GitLab