Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fbf361 + 6f8dd5c commit bad4b88Copy full SHA for bad4b88
apps/drupal/microcache_fcgi.conf
@@ -8,8 +8,8 @@ fastcgi_cache microcache;
8
## The cache key.
9
fastcgi_cache_key $scheme$request_method$host$request_uri;
10
11
-## For 200 and 301 make the cache valid for 1s seconds.
12
-fastcgi_cache_valid 200 301 1s;
+## For 200 and 301 make the cache valid for 15 seconds.
+fastcgi_cache_valid 200 301 15s;
13
## For 302 make it valid for 1 minute.
14
fastcgi_cache_valid 302 1m;
15
## For 404 make it valid 1 second.
0 commit comments