Skip to content
Snippets Groups Projects
Commit f13a1d24 authored by JocelynDelalande's avatar JocelynDelalande
Browse files

Remove obsolete /_protected/media config

See https://code.eliotberriot.com/funkwhale/funkwhale/issues/298#note_3314

ref #298
parent a72479b0
No related branches found
No related tags found
No related merge requests found
......@@ -79,14 +79,6 @@ server {
alias /srv/funkwhale/data/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
internal;
alias /srv/funkwhale/data/media;
}
location /_protected/music {
# this is an internal location that is used to serve
# audio files once correct permission / authentication
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment