Skip to content
Snippets Groups Projects
Commit 5ef2241f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Revert "Remove obsolete /_protected/media config"

This reverts commit f13a1d24
parent 307959df
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,14 @@ 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