From 8d68924efb24ed729277644b3a9def8d5eb7060d Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 23 Dec 2018 21:37:44 +0530 Subject: [PATCH] Fix:local videos not playing https://github.com/YunoHost-Apps/peertube_ynh/issues/65 --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 8bd2852..820d4ce 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -79,7 +79,7 @@ access_log off; } - root /home/yunohost.app/__NAME__/storage/videos; + root /home/yunohost.app/__NAME__/storage; rewrite ^/static/webseed/(.*)$ /videos/$1 break; rewrite ^/static/redundancy/(.*)$ /redundancy/$1 break;