mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-80648 files: extend xsendfilealiases
Add missing entry for custom $CFG->localrequestdir locations in the preconfigured array for $CFG->xsendfilealiases in config-dist.php. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
580c009cac
commit
eec7c87f9b
@ -315,6 +315,7 @@ $CFG->admin = 'admin';
|
||||
// '/dataroot/' => $CFG->dataroot,
|
||||
// '/cachedir/' => '/var/www/moodle/cache', // for custom $CFG->cachedir locations
|
||||
// '/localcachedir/' => '/var/local/cache', // for custom $CFG->localcachedir locations
|
||||
// '/localrequestdir/' => '/tmp', // for custom $CFG->localrequestdir locations
|
||||
// '/tempdir/' => '/var/www/moodle/temp', // for custom $CFG->tempdir locations
|
||||
// '/filedir' => '/var/www/moodle/filedir', // for custom $CFG->filedir locations
|
||||
// );
|
||||
|
Loading…
x
Reference in New Issue
Block a user