mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Remove old faq
This commit is contained in:
parent
828ef3e1ee
commit
eea276d07a
|
|
@ -1,16 +0,0 @@
|
|||
# FAQ
|
||||
|
||||
## Clustering
|
||||
|
||||
### Page layout broken because seahub/media/CACHE is created only on first node
|
||||
|
||||
Please add
|
||||
|
||||
```
|
||||
COMPRESS_CACHE_BACKEND = 'django.core.cache.backends.locmem.LocMemCache'
|
||||
|
||||
```
|
||||
|
||||
to `seahub_settings.py` as documented at [Deploy in a Cluster](../deploy_pro/deploy_in_a_cluster.md)
|
||||
|
||||
This is going to tell every node to generate the CSS CACHE in its local folder.
|
||||
|
|
@ -49,7 +49,6 @@ nav:
|
|||
- Seafile Components: overview/components.md
|
||||
- File permission management: overview/file_permission_management.md
|
||||
- Roadmap: roadmap.md
|
||||
- FAQ: faq/README.md
|
||||
- Contribution: contribution.md
|
||||
- Changelog: changelog.md
|
||||
- Deploy Seafile under Linux:
|
||||
|
|
|
|||
Loading…
Reference in New Issue