Fix syntax error for serving static FW files

master
Quentin Duchemin 2021-08-05 15:15:32 +02:00
parent ee97488ffb
commit 5dbe1d3036
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 1 additions and 1 deletions

View File

@ -93,6 +93,6 @@ server {
location /staticfiles/ {
# django static files
alias {{ funkwhale_static_root }}}/;
alias {{ funkwhale_static_root }}/;
}
}