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 05e5131 + eb90b2b commit 81aa86dCopy full SHA for 81aa86d
apps/drupal/microcache_fcgi.conf
@@ -9,7 +9,7 @@ fastcgi_cache microcache;
9
fastcgi_cache_key $scheme$host$request_uri;
10
11
## For 200 and 301 make the cache valid for 1s seconds.
12
-fastcgi_cache_valid 200 301 15s;
+fastcgi_cache_valid 200 301 1s;
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