From 5b08808d00c348edca35de8e4b4778f885bf1ff1 Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Fri, 10 May 2024 01:21:40 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dfd6cba..5729a1b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ 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;