mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-38059 explain that cachedir must be shared in cluster
This commit is contained in:
parent
09de5eb3de
commit
4a9c28b513
1 changed files with 2 additions and 1 deletions
|
@ -374,7 +374,8 @@ $CFG->admin = 'admin';
|
|||
//
|
||||
// $CFG->themedir = '/location/of/extra/themes';
|
||||
//
|
||||
// It is possible to specify different cache and temp directories, use local fast filesystem.
|
||||
// It is possible to specify different cache and temp directories, use local fast filesystem
|
||||
// for normal web servers. Server clusters MUST use shared filesystem for cachedir!
|
||||
// The directories must not be accessible via web.
|
||||
//
|
||||
// $CFG->tempdir = '/var/www/moodle/temp';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue