From fa64e875897a971353e7294cb7d72e6d916bc06c Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 10 Apr 2011 18:10:46 +0200 Subject: [PATCH] - Patch #999538 by Josh The Geek: default.settings.php still refers to 'aggressive caching'. --- sites/default/default.settings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 05cfdc47f1ed..0472f02b1c3b 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -368,8 +368,7 @@ * the cache. If the site has mostly anonymous users except a few known * editors/administrators, the Vary header can be omitted. This allows for * better caching in HTTP proxies (including reverse proxies), i.e. even if - * clients send different cookies, they still get content served from the cache - * if aggressive caching is enabled and the minimum cache time is non-zero. + * clients send different cookies, they still get content served from the cache. * However, authenticated users should access the site directly (i.e. not use an * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid * getting cached pages from the proxy. -- GitLab