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-09-25 17:08:19 +02:00
parent ddd9a88d69
commit 5caf91bcfd
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -110,7 +110,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
@ -127,7 +127,7 @@ location /_protected/media {
# proxy_pass $1;
# }
location /_protected/music {
location /_protected/music/ {
# this is an internal location that is used to serve
# audio files once correct permission / authentication
# has been checked on API side