Skip to content

Commit 692bbc0

Browse files
committed
Merge pull request #169 from Joostvanderlaan/patch-1
* Update microcache_fcgi.conf.
2 parents 35ee49f + 0acb9e5 commit 692bbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/drupal/microcache_fcgi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## The cache zone referenced.
77
fastcgi_cache microcache;
88
## The cache key.
9-
fastcgi_cache_key $scheme$host$request_uri;
9+
fastcgi_cache_key $scheme$request_method$host$request_uri;
1010

1111
## For 200 and 301 make the cache valid for 1s seconds.
1212
fastcgi_cache_valid 200 301 1s;

0 commit comments

Comments
 (0)