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:
Daniel Ziegenberg 2024-01-17 15:32:47 +01:00 committed by Andrew Nicols
parent f62c8d5383
commit feefa25d3c
No known key found for this signature in database
GPG key ID: 6D1E3157C8CFBF14

View file

@ -298,6 +298,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
// );