From c5ad375a2c7644cee6b64f2fc036d6a8e39803bd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 12 Jul 2023 11:26:01 +0200 Subject: Use web-videos for webseed redirection --- support/nginx/peertube | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/nginx/peertube b/support/nginx/peertube index 822f6f9ac..ee981abcf 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -247,7 +247,7 @@ server { sendfile_max_chunk 1M; # prevent one fast connection from entirely occupying the worker process. should be > 800k. aio threads; - rewrite ^/static/webseed/(.*)$ /videos/$1 break; + rewrite ^/static/webseed/(.*)$ /web-videos/$1 break; rewrite ^/static/(.*)$ /$1 break; try_files $uri @api; -- cgit v1.2.3