1
0
Fork 0
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:
Thomas 2023-03-30 21:01:54 +02:00 committed by GitHub
parent 6d58ed46fd
commit 282da0d337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ location /media/__sized__/ {
}
location /media/attachments/ {
alias __DATA_DIR__//media/attachments/;
alias __DATA_DIR__/media/attachments/;
}
location /_protected/media/ {