fucking fuck nginx

This commit is contained in:
decentral1se 2022-05-10 15:56:47 +02:00
parent eceb1d16ec
commit 6fa3ce78a9
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ http {
}
location /media/ {
alias /srv/funkwhale/data/media;
alias /srv/funkwhale/data/media/;
}
location /_protected/media/ {
@ -147,7 +147,7 @@ http {
# audio files once correct permission / authentication
# has been checked on API side
internal;
alias /srv/funkwhale/data/media;
alias /srv/funkwhale/data/media/;
}
# Comment the previous location and uncomment this one if you're storing
@ -169,7 +169,7 @@ http {
}
location /staticfiles/ {
alias /srv/funkwhale/data/static;
alias /srv/funkwhale/data/static/;
}
}
}