From 764a7a5a4c1bc5ce813e5dc14e44dc7d891bd21d Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Mon, 13 Sep 2021 21:18:23 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 995b756..6f46432 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ http { sendfile on; # send headers in one piece, it is better than sending them one by one - tcp_nopush on; + #tcp_nopush on; # don't buffer data sent, good for small data bursts in real time tcp_nodelay on;