diff --git a/conf/nginx.conf b/conf/nginx.conf index 99f1398..49ade10 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -217,7 +217,7 @@ location ~ ^/static/(webseed|videos|redundancy|streaming-playlists)/ { aio threads; # web-videos is the name of the directory mapped to the `storage.web_videos` key in your PeerTube configuration - rewrite ^/static/webseed/(.*)$ /web-videos/$1 break; + rewrite ^/static/webseed/(.*)$ /videos/$1 break; rewrite ^/static/(.*)$ /$1 break; root __DATA_DIR__/storage/;