diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-16 13:34:00 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-16 13:34:00 -0400 |
| commit | 6aeda1a29e7383ab047001283169402045f82518 (patch) | |
| tree | e3862f99d2cc2c6520782d5548c6902588c05467 | |
| parent | 6d3c947cfd54dfa80e4efb230b483b03b5993b73 (diff) | |
nginx: remove redundant tcp_nodelay option
| -rw-r--r-- | nginx/nginx.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index a3cd866f..ba1828ee 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -17,7 +17,6 @@ http { sendfile on; tcp_nopush on; - tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 4096; server_tokens off; |
