MDL-23118 improved proxy forwarding setting docs

This commit is contained in:
Petr Skoda 2010-07-07 15:44:51 +00:00
parent 5a4c4d4d9b
commit f11f8ba27b

View file

@ -248,7 +248,8 @@ $CFG->admin = 'admin';
// $CFG->mailprefix = 'mdl-'; // - is the separator for qmail // $CFG->mailprefix = 'mdl-'; // - is the separator for qmail
// $CFG->maildomain = 'youremaildomain.com'; // $CFG->maildomain = 'youremaildomain.com';
// //
// Enable when setting up advanced reverse proxy load balancing configurations. // 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; // $CFG->reverseproxy = true;
// //
// Enable when using external SSL appliance for performance reasons. // Enable when using external SSL appliance for performance reasons.