Fix Django admin static files path
This commit is contained in:
parent
2334f04e21
commit
b93fe2a491
2
TODO.md
2
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
|
||||
|
||||
|
@ -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/ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user