From f11f8ba27bb6b5b423d707e3fd8b7807da9892ab Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 7 Jul 2010 15:44:51 +0000 Subject: [PATCH] MDL-23118 improved proxy forwarding setting docs --- config-dist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index d1518a8af977f..79b96f23f353e 100644 --- a/config-dist.php +++ b/config-dist.php @@ -248,7 +248,8 @@ // $CFG->mailprefix = 'mdl-'; // - is the separator for qmail // $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; // // Enable when using external SSL appliance for performance reasons.