Fix Django admin static files path

This commit is contained in:
2025-06-12 15:39:24 +01:00
parent 2334f04e21
commit b93fe2a491
2 changed files with 4 additions and 1 deletions
+1 -1
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
+3
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/ {