static/admin is populated via collectstatic now
This commit is contained in:
parent
21867e42f2
commit
a96125044d
3 changed files with 1 additions and 6 deletions
|
|
@ -24,10 +24,6 @@ server {
|
|||
root __PREFIX__/static;
|
||||
}
|
||||
|
||||
location /static/admin/ {
|
||||
root __PREFIX__/django/django/contrib/admin;
|
||||
autoindex on;
|
||||
}
|
||||
location /static/ {
|
||||
root __PREFIX__;
|
||||
autoindex on;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue