summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-04-10 16:18:36 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-04-10 16:18:36 -0700
commitee09da916ca1693c95da9c598756fa1eea8e319d (patch)
tree42b24f560a8777c08fc75a4a00977db9f3e2facf /sites
parent12b3ed9060d106e915b792bae176d6e8a484a54d (diff)
downloadbrdo-ee09da916ca1693c95da9c598756fa1eea8e319d.tar.gz
brdo-ee09da916ca1693c95da9c598756fa1eea8e319d.tar.bz2
Issue #999538 by Josh The Geek: default.settings.php still refers to 'aggressive caching'.
Diffstat (limited to 'sites')
-rw-r--r--sites/default/default.settings.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 05cfdc47f..0472f02b1 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -368,8 +368,7 @@ ini_set('session.cookie_lifetime', 2000000);
* 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.