From 5bc56b4a73f1a3e2e00749a52f8803c1b0a52e5e Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 15 Feb 2024 15:19:35 +0300 Subject: [PATCH] nginx: change keepalive_timeout --- config/http/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/http/nginx.conf b/config/http/nginx.conf index 547b8c2..7e0d954 100644 --- a/config/http/nginx.conf +++ b/config/http/nginx.conf @@ -29,7 +29,7 @@ http { sendfile on; #tcp_nopush on; - keepalive_timeout 65; + keepalive_timeout 60s; #gzip on;