From d6ea02a486d239e81b6c69d33925410a5f8a0e93 Mon Sep 17 00:00:00 2001 From: Edwin Lyon <edwin@thelyoncompany.com> Date: Thu, 16 Jun 2022 08:30:41 -0700 Subject: [PATCH] Update 'nginx.conf' --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 06feaee..9ee9ec8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,7 +15,7 @@ http { # Basic Settings ## - sendfile on; + sendfile off; tcp_nopush on; tcp_nodelay on; types_hash_max_size 2048;