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;