Fixed Browser not able to edit bug
This commit is contained in:
parent
0cc0f90a11
commit
cc2ff8cca9
1 changed files with 18 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue