Update for trusted Proxys

This commit is contained in:
Conrad Schulz 2021-01-09 18:26:24 +01:00
parent 738c64b388
commit 5d21ca23cd

View file

@ -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;