From 9f6e05c782f54cbf3d16feb06b2a88f8e5e915d5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 21 Nov 2021 20:09:19 +0100 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 36df6e6..c3161d5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -105,7 +105,7 @@ location /media/ { alias __DATADIR__/media/; } -location /_protected/media/ { +location /_protected/media { # this is an internal location that is used to serve # audio files once correct permission / authentication # has been checked on API side