From 9819887668360e8d6b50800b5cc84454aa93b34e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 12 Aug 2024 17:01:09 +0200 Subject: [PATCH] Log static requests We don't use webtorrent anymore so we should not be spammed with too much byte range requests anymore --- support/nginx/peertube | 3 --- 1 file changed, 3 deletions(-) diff --git a/support/nginx/peertube b/support/nginx/peertube index 34697fdc5..1ba9a1c45 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -243,9 +243,6 @@ server { add_header Access-Control-Allow-Origin '*'; add_header Access-Control-Allow-Methods 'GET, OPTIONS'; add_header Access-Control-Allow-Headers 'Range,DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type'; - - # Don't spam access log file with byte range requests - access_log off; } # Enabling the sendfile directive eliminates the step of copying the data into the buffer