From 5e1e427c6c5b171bcfef7bff11111a5f424d066f Mon Sep 17 00:00:00 2001 From: James Meakin <12661555+jmsmkn@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:52:24 +0100 Subject: [PATCH] Update nginx.conf.template --- dockerfiles/http/nginx.conf.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfiles/http/nginx.conf.template b/dockerfiles/http/nginx.conf.template index af43a2505f..5435a9f2aa 100644 --- a/dockerfiles/http/nginx.conf.template +++ b/dockerfiles/http/nginx.conf.template @@ -41,8 +41,6 @@ http { 'upstream_header_time=$upstream_header_time'; access_log /var/log/nginx/access.log apm; - keepalive_timeout 20s; - sendfile ${SENDFILE_STATUS}; sendfile_max_chunk 512k;