From 6f0e0bd8a897cec3215cb7e5ac23650480927164 Mon Sep 17 00:00:00 2001 From: Aeris One Date: Mon, 6 Apr 2020 11:55:13 +0200 Subject: [PATCH] Revert back nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 00e2208..56d8e06 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -52,7 +52,7 @@ location /_protected/media/ { location /_protected/music/ { internal; - alias /home/yunohost.multimedia/share/Music/; + alias __FINALPATH__/import/; } location /staticfiles/ {