From e73d101c97c7138837ce87f5463dc69701fd86d7 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 5 Jul 2015 14:55:22 -0600 Subject: [PATCH] fixed page expires again --- system/config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/system.yaml b/system/config/system.yaml index 553b762b6..68951cde7 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -31,7 +31,7 @@ pages: '>': 'gt' '<': 'lt' types: 'txt|xml|html|json|rss|atom' # Pipe separated list of valid page types - expires: 0 # Page expires time in seconds (604800 seconds = 7 days) + expires: 604800 # Page expires time in seconds (604800 seconds = 7 days) last_modified: false # Set the last modified date header based on file modifcation timestamp etag: false # Set the etag header tag