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

Merge branch 'revert-f13a1d24' into 'develop'

Revert "Remove obsolete /_protected/media config"

See merge request funkwhale/funkwhale!260
parents 307959df 5ef2241f
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