From d083cb7dc6cdc1f399755450a2c5b420ce8b1f0a Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 23 Dec 2018 21:31:11 +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 541f2f1..4811e36 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;