Update for trusted Proxys
This commit is contained in:
parent
738c64b388
commit
5d21ca23cd
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue