From 1ca4e9c17a9d89dd833d608288742a5a8a080323 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 21 Jan 2024 03:38:03 +0000 Subject: [PATCH] PeerTube 6.0.3 --- peertube.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peertube.conf b/peertube.conf index d2df1bc..1f61c16 100644 --- a/peertube.conf +++ b/peertube.conf @@ -158,7 +158,7 @@ server { alias /usr/share/webapps/peertube/client/dist/$1; } - location ~ ^(/static/(webseed|web-videos|streaming-playlists)/private/)|^/download { + location ~ ^(/static/(webseed|web-videos|streaming-playlists/hls)/private/)|^/download { # We can't rate limit a try_files directive, so we need to duplicate @api proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;