small change because of visual editor error curl 7 perasiod

This commit is contained in:
conradschulz 2021-11-30 20:36:51 +01:00
parent dfd0edfdb1
commit 5a08498f3a

View file

@ -35,7 +35,8 @@ $wgServer = "https://wiki.rd13server.de";
# IP Based Config # IP Based Config
#$wgServer = "http://192.168.178.5:8090"; #$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 # Fix to solve net::ERR_HTTP2_PROTOCOL_ERROR 200 in Browsers other than Firefox in Desktops
$wgDisableOutputCompression = true; $wgDisableOutputCompression = true;