We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d0bc3 commit 68aaa32Copy full SHA for 68aaa32
LocalSettings.d/base/cdn.php
@@ -7,4 +7,7 @@
7
$wgInternalServer = str_replace('https://', 'http://', $wgServer);
8
$wgCdnMaxAge = 18000; // 5 hours (default)
9
$wgCdnMaxageLagged = 18000; // MediaWiki incorrectly detects lagged database due to Galera cluster architecture.
10
-}
+}
11
+
12
+# Trust proxy headers from Varnish
13
+$wgUsePrivateIPs = true;
0 commit comments