From 043e1d2dbe104100808155761e222af83c89c9e3 Mon Sep 17 00:00:00 2001 From: Thalia Date: Sat, 14 Sep 2019 22:30:16 +0100 Subject: [PATCH] Update old URLs in DefaultSettings related to Squid caching Change-Id: Ic94fd638a80fcdc74f42c726f2e2e256b8f0c04d --- includes/DefaultSettings.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 47fd073153..6b04070fdb 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2733,16 +2733,17 @@ $wgExtensionInfoMTime = false; * although they are sometimes still referred to as Squid settings for * historical reasons. * - * Achieving a high hit ratio with an HTTP proxy requires special - * configuration. See https://www.mediawiki.org/wiki/Manual:Squid_caching for - * more details. + * Achieving a high hit ratio with an HTTP proxy requires special configuration. + * See https://www.mediawiki.org/wiki/Manual:Performance_tuning#Page_view_caching + * for more details. * * @{ */ /** * Enable/disable CDN. - * See https://www.mediawiki.org/wiki/Manual:Squid_caching + * + * See https://www.mediawiki.org/wiki/Manual:Performance_tuning#Page_view_caching * * @since 1.34 Renamed from $wgUseSquid. */ -- 2.20.1