Production fixes

This commit is contained in:
Stephan Porada
2020-12-04 15:55:11 +01:00
parent 0ea86f3a35
commit 71ab6bc550
7 changed files with 19 additions and 11 deletions

View File

@ -13,7 +13,7 @@ server {
proxy_redirect off;
}
location /staticfiles/ {
location /static/ {
alias /usr/src/app/staticfiles/;
}
}