diff --git a/TODO.md b/TODO.md index bdb4b2b..951a895 100644 --- a/TODO.md +++ b/TODO.md @@ -8,7 +8,7 @@ - [x] Customisable Django `DJANGO_SECRET_KEY` and `DJANGO_SUPERUSER_PASSWORD` - [ ] Versioned recipe release - [x] `backup-bot-two` labels -- [ ] Fix Django admin static files +- [x] Fix Django admin static files ## Should diff --git a/nginx.conf b/nginx.conf index 08566cb..efa1b30 100644 --- a/nginx.conf +++ b/nginx.conf @@ -43,6 +43,9 @@ server { try_files $uri @proxy_to_docs_backend; } + location /static { + try_files $uri @proxy_to_docs_backend; + } # Proxy auth for collaboration server location /collaboration/ws/ {