add paths for library static files
This commit is contained in:
parent
42f1679502
commit
e18f176759
|
|
@ -38,6 +38,15 @@ server {
|
|||
uwsgi_pass localhost:8080;
|
||||
}
|
||||
|
||||
location /admin {
|
||||
include uwsgi_params;
|
||||
uwsgi_pass localhost:8080;
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
alias /app/staticfiles/;
|
||||
}
|
||||
|
||||
root /app/static;
|
||||
index index.html;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue