This commit is contained in:
Andros Fenollosa 2024-09-02 12:54:38 +02:00
parent 1af5baa6cc
commit d0e3213531
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@
static/admin/
static/django_extensions/
static/rest_framework/
/static/

View File

@ -25,5 +25,13 @@ http {
proxy_redirect off;
}
location /static/ {
alias /usr/share/nginx/html/static/;
}
location /media/ {
alias /usr/share/nginx/html/media/;
}
}
}