Update README.md

This commit is contained in:
Denis Denisov 2021-09-13 21:18:23 +03:00 committed by GitHub
parent bd94f8bc90
commit 764a7a5a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ http {
sendfile on; sendfile on;
# send headers in one piece, it is better than sending them one by one # 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 # don't buffer data sent, good for small data bursts in real time
tcp_nodelay on; tcp_nodelay on;