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:
parent
ddd9a88d69
commit
5caf91bcfd
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ location /media/ {
|
||||||
alias __DATADIR__/media/;
|
alias __DATADIR__/media/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /_protected/media {
|
location /_protected/media/ {
|
||||||
# this is an internal location that is used to serve
|
# this is an internal location that is used to serve
|
||||||
# audio files once correct permission / authentication
|
# audio files once correct permission / authentication
|
||||||
# has been checked on API side
|
# has been checked on API side
|
||||||
|
@ -127,7 +127,7 @@ location /_protected/media {
|
||||||
# proxy_pass $1;
|
# proxy_pass $1;
|
||||||
# }
|
# }
|
||||||
|
|
||||||
location /_protected/music {
|
location /_protected/music/ {
|
||||||
# this is an internal location that is used to serve
|
# this is an internal location that is used to serve
|
||||||
# audio files once correct permission / authentication
|
# audio files once correct permission / authentication
|
||||||
# has been checked on API side
|
# has been checked on API side
|
||||||
|
|
Loading…
Add table
Reference in a new issue