Fix static files path in nginx.conf
This commit is contained in:
parent
13b7918de1
commit
600ae8e5de
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ server {
|
|||
|
||||
|
||||
location /static/ {
|
||||
alias /home/app/app/staticfiles/;
|
||||
alias /home/app/app/static/;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue