Merge branch 'revert-f13a1d24' into 'develop'
Revert "Remove obsolete /_protected/media config" See merge request funkwhale/funkwhale!260
This commit is contained in:
commit
b0430c3884
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue