diff --git a/example.LocalSettings.php b/example.LocalSettings.php index e304916..69d787c 100644 --- a/example.LocalSettings.php +++ b/example.LocalSettings.php @@ -32,6 +32,11 @@ $wgScriptPath = ""; ## The protocol and server name to use in fully-qualified URLs $wgServer = "https://wiki.rd13server.de"; +# Add Trusted Proxys +$wgUseCdn = true; +$wgCdnServers = array(); +$wgCdnServers[] = "192.168.178.5"; + ## The URL path to static resources (images, scripts, etc.) $wgResourceBasePath = $wgScriptPath;