From 30551ad165448d38e1fd50a81ae4d10cd9004a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:28:56 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/;