How do you configure Moodle to work behind a proxy front end server (reverse proxy)?

Re: How do you configure Moodle to work behind a proxy front end server (reverse proxy)?

by Leon Stringer -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers

There's a short description in the example config-dist.php file:

// Enable when setting up advanced reverse proxy load balancing configurations,
// it may be also necessary to enable this when using port forwarding.
//      $CFG->reverseproxy = true;

Beyond that the reverse proxy documentation appears to need work, as Visvanath says it's very old.