Fix Django admin static files path

This commit is contained in:
3wc 2025-06-12 15:39:24 +01:00
parent 2334f04e21
commit b93fe2a491
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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/ {