From a2776ec87f4156eb631a46f11cd0ace343e0ddb1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 18 Jan 2024 12:23:23 +0100 Subject: [PATCH] Fix nginx config --- nginx/peertube.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/peertube.conf b/nginx/peertube.conf index 5905263..8942afe 100644 --- a/nginx/peertube.conf +++ b/nginx/peertube.conf @@ -153,7 +153,7 @@ server { alias /app/code/server/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;