From 078abea6d69f14a217df77decc68ebb30e72d87b Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Mon, 13 Sep 2021 21:18:41 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f46432..beb162c 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ 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; + #tcp_nodelay on; # reduce the data that needs to be sent over network -- for testing environment gzip on;