1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-11-21 20:09:19 +01:00
parent e562a627b8
commit 9f6e05c782

View file

@ -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