small change because of visual editor error curl 7 perasiod
This commit is contained in:
parent
dfd0edfdb1
commit
5a08498f3a
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ $wgServer = "https://wiki.rd13server.de";
|
|||
# IP Based Config
|
||||
#$wgServer = "http://192.168.178.5:8090";
|
||||
|
||||
$wgForceHTTPS = true;
|
||||
# May cause Visual editor error Curl 7 in this case change setting
|
||||
$wgForceHTTPS = false;
|
||||
|
||||
# Fix to solve net::ERR_HTTP2_PROTOCOL_ERROR 200 in Browsers other than Firefox in Desktops
|
||||
$wgDisableOutputCompression = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue