- Patch #999538 by Josh The Geek: default.settings.php still refers to 'aggressive caching'.

8.0.x
Dries Buytaert 2011-04-10 18:10:46 +02:00
parent 7b40d0ad00
commit fa64e87589
1 changed files with 1 additions and 2 deletions

View File

@ -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.