From 7c7e6c3df394d5c3ef6c55036670fcd41cd7b384 Mon Sep 17 00:00:00 2001 From: Mathieu Gauthier-Pilote Date: Fri, 19 Jan 2024 10:10:59 -0500 Subject: [PATCH] v6.0.2 => v6.0.3 --- webapps/peertube/templates/vhost.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/peertube/templates/vhost.conf.j2 b/webapps/peertube/templates/vhost.conf.j2 index 1ec48930..cbcce978 100644 --- a/webapps/peertube/templates/vhost.conf.j2 +++ b/webapps/peertube/templates/vhost.conf.j2 @@ -206,7 +206,7 @@ server { alias {{ service_home }}/peertube-latest/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;