mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
fix nginx
This commit is contained in:
parent
6d58ed46fd
commit
282da0d337
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ location /media/__sized__/ {
|
|||
}
|
||||
|
||||
location /media/attachments/ {
|
||||
alias __DATA_DIR__//media/attachments/;
|
||||
alias __DATA_DIR__/media/attachments/;
|
||||
}
|
||||
|
||||
location /_protected/media/ {
|
||||
|
|
Loading…
Reference in a new issue