ARTICLE AD BOX
After the recent Moodle update I received the request that audios in lessons are no longer available.
When I edit the lesson the audio is available and I can play it. But on the lesson preview I cannot load the audio. Instead I get the following response in debug toolbar
(failed) net::ERR_UNEXPECTED_PROXY_AUTHNo more data, headers or response code there.
As far as I understood there's some proxy auth issue there.
When I look at Nginx access.log I see the following request
I have added the following config to the config.php but it didn't help
$CFG->xsendfile = 'X-Accel-Redirect'; $CFG->xsendfilealiases = array( '/dataroot/' => $CFG->dataroot, );Any Idea what the core problem it may be?
