From d9b4d851eacf81b6145a92d914e98717e11ceb8d Mon Sep 17 00:00:00 2001 From: iSnackyCracky Date: Sat, 27 May 2023 21:18:02 +0200 Subject: [PATCH] Remove unnecessary tcp_nodelay directive --- emby.subdomain.conf.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/emby.subdomain.conf.sample b/emby.subdomain.conf.sample index 4b6b90a..650e016 100644 --- a/emby.subdomain.conf.sample +++ b/emby.subdomain.conf.sample @@ -48,6 +48,5 @@ server { image/svg+xml; proxy_buffering off; - tcp_nodelay on; } }