Update README.md

This commit is contained in:
Denis Denisov 2024-05-10 01:21:40 +03:00 committed by GitHub
parent f9f35f5843
commit 5b08808d00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ http {
# 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
#tcp_nodelay on;
# reduce the data that needs to be sent over network -- for testing environment # reduce the data that needs to be sent over network -- for testing environment
gzip on; gzip on;
# gzip_static on; # gzip_static on;