Fixed some issues with staticfiles not being served in dev after switch to uvicorn
This commit is contained in:
parent
5b7fad0bef
commit
0a71d160a5
2 changed files with 9 additions and 1 deletions
|
|
@ -136,5 +136,8 @@ http {
|
|||
internal;
|
||||
alias /music;
|
||||
}
|
||||
location /staticfiles/ {
|
||||
alias /staticfiles/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue