Fixed some issues with staticfiles not being served in dev after switch to uvicorn

This commit is contained in:
Eliot Berriot 2019-07-18 12:51:57 +02:00
commit 0a71d160a5
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 9 additions and 1 deletions

View file

@ -136,5 +136,8 @@ http {
internal;
alias /music;
}
location /staticfiles/ {
alias /staticfiles/;
}
}
}