Fix nginx config

This commit is contained in:
Girish Ramakrishnan 2024-01-18 12:23:23 +01:00
parent 441b8dba99
commit a2776ec87f

View file

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