Remove old faq

This commit is contained in:
plt 2021-01-04 20:41:28 +08:00
parent 828ef3e1ee
commit eea276d07a
2 changed files with 0 additions and 17 deletions

View File

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

View File

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