diff --git a/apps/drupal/microcache_fcgi.conf b/apps/drupal/microcache_fcgi.conf index e7e8184c..46708e1f 100644 --- a/apps/drupal/microcache_fcgi.conf +++ b/apps/drupal/microcache_fcgi.conf @@ -8,8 +8,8 @@ fastcgi_cache microcache; ## The cache key. fastcgi_cache_key $scheme$request_method$host$request_uri; -## For 200 and 301 make the cache valid for 1s seconds. -fastcgi_cache_valid 200 301 1s; +## For 200 and 301 make the cache valid for 15 seconds. +fastcgi_cache_valid 200 301 15s; ## For 302 make it valid for 1 minute. fastcgi_cache_valid 302 1m; ## For 404 make it valid 1 second.