mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
Added ability to define proxy machine (eg a firewall) so that Moodle
is able to get to the Internet if it needs to
This commit is contained in:
parent
d3fcd70b3d
commit
9febf87563
@ -109,6 +109,15 @@ $CFG->unzip = "/usr/bin/unzip";
|
||||
|
||||
$CFG->slasharguments = true;
|
||||
|
||||
// If this server needs to use a proxy computer (eg a firewall)
|
||||
// to access the Internet, then provide the proxy details here.
|
||||
// This will only affect a few minor features such as the ability
|
||||
// to see user locations plotted on a graph.
|
||||
// Otherwise, leave these blank
|
||||
|
||||
$CFG->proxyhost = "";
|
||||
$CFG->proxyport = "";
|
||||
|
||||
|
||||
// You should not need to change anything else. To continue setting up
|
||||
// Moodle, use your web browser to go to the moodle/admin web page.
|
||||
|
Loading…
x
Reference in New Issue
Block a user