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;