From fd24e4033e5b529896d6c22910a12212b66e2371 Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Mon, 13 Sep 2021 21:20:38 +0300 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index beb162c..ff4bd47 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,6 @@ http { # send headers in one piece, it is better than sending them one by one tcp_nopush on; - # don't buffer data sent, good for small data bursts in real time - #tcp_nodelay on; - # reduce the data that needs to be sent over network -- for testing environment gzip on; # gzip_static on;