nginx: remove redundant tcp_nodelay option

This commit is contained in:
Daniel Micay
2021-04-16 13:34:00 -04:00
parent 6d3c947cfd
commit 6aeda1a29e

View File

@@ -17,7 +17,6 @@ http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 4096;
server_tokens off;