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 35ee49f + 0acb9e5 commit 692bbc0Copy full SHA for 692bbc0
apps/drupal/microcache_fcgi.conf
@@ -6,7 +6,7 @@
6
## The cache zone referenced.
7
fastcgi_cache microcache;
8
## The cache key.
9
-fastcgi_cache_key $scheme$host$request_uri;
+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;
0 commit comments