Update README.md
This commit is contained in:
parent
764a7a5a4c
commit
078abea6d6
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue