PeerTube 6.0.3

This commit is contained in:
Anthony Wang 2024-01-21 03:38:03 +00:00
parent f9748b3ec7
commit 1ca4e9c17a
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -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;