nginx: remove redundant tcp_nodelay option
This commit is contained in:
@@ -17,7 +17,6 @@ http {
|
||||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 4096;
|
||||
server_tokens off;
|
||||
|
||||
Reference in New Issue
Block a user