From 4e60fd58ef4905171729aa92e8095eae43154fd4 Mon Sep 17 00:00:00 2001 From: Aeris One Date: Mon, 6 Apr 2020 11:17:29 +0200 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 e97c789..00e2208 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -52,7 +52,7 @@ location /_protected/media/ { location /_protected/music/ { internal; - alias __FINALPATH__/import/; + alias /home/yunohost.multimedia/share/Music/; } location /staticfiles/ {