diff --git a/conf/nginx.conf b/conf/nginx.conf index e894736..ab94fb0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -220,7 +220,7 @@ location ~ ^/static/(webseed|web-videos|redundancy|streaming-playlists)/ { rewrite ^/static/webseed/(.*)$ /web-videos/$1 break; rewrite ^/static/(.*)$ /$1 break; - root __DATA_DIR__storage/; + root __DATA_DIR__/storage/; try_files $uri @api; }