From 702531680825f97b48ec671fb844ee7036d1b968 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 21 Jun 2010 00:19:31 -0500 Subject: Cache everything, not just anonymous only We should be well-protected by the "Vary: Cookie" header, and if we aren't then we need to fix those pages that matter. This is the final step in getting at least the heaviest hit part of our site to be served without any Vary headers at all- the feeds. Signed-off-by: Dan McGee --- settings.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 13c6cc88..f163d39c 100644 --- a/settings.py +++ b/settings.py @@ -55,8 +55,6 @@ MIDDLEWARE_CLASSES = ( 'django.middleware.cache.FetchFromCacheMiddleware', ) -CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True - ROOT_URLCONF = 'urls' TEMPLATE_DIRS = ( -- cgit v1.2.3-55-g3dc8