From d365924997129e1ecbb4044b43a2b925c7d9e37f Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 3 Mar 2009 19:29:51 +0000 Subject: [PATCH] Update the sample ogcserver config based on patch from tmcw --- utils/ogcserver/ogcserver.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/utils/ogcserver/ogcserver.conf b/utils/ogcserver/ogcserver.conf index 2873301a1..f155e9510 100644 --- a/utils/ogcserver/ogcserver.conf +++ b/utils/ogcserver/ogcserver.conf @@ -53,6 +53,13 @@ keywordlist= accessconstraints= +# maxage: The content of the HTTP Cache-Control header - +# the maximum age of the content in a cache, measured +# in seconds. One week is 604800 seconds, the default is +# 1 day. + +maxage=86400 + # contact: Contact information. Provides information to service users on who # to contact for help on or details about the service.