diff --git a/example.LocalSettings.php b/example.LocalSettings.php index 69d787c..7168d2f 100644 --- a/example.LocalSettings.php +++ b/example.LocalSettings.php @@ -30,12 +30,28 @@ $wgMetaNamespace = "CoLa_Wissensdatenbank"; $wgScriptPath = ""; ## The protocol and server name to use in fully-qualified URLs -$wgServer = "https://wiki.rd13server.de"; +# DNS Based Config +$wgServer = "http://wiki.rd13server.de"; +# IP Based Config +#$wgServer = "https://192.168.178.5:8090"; + +#$wgForceHTTPS = true; + +# Fix to solve net::ERR_HTTP2_PROTOCOL_ERROR 200 in Browsers other than Firefox in Desktops +$wgDisableOutputCompression = true; + +#$wgInternalServer = '192.168.178.6'; # Add Trusted Proxys +#################### $wgUseCdn = true; $wgCdnServers = array(); -$wgCdnServers[] = "192.168.178.5"; +$wgCdnServers[] = "192.168.178.6"; + +# Use Squid +#$wgUseSquid = true; +#$wgSquidServers = array(); +#$wgSquidServers[] = "192.168.178.6"; ## The URL path to static resources (images, scripts, etc.) $wgResourceBasePath = $wgScriptPath;