Merge pull request #7 from haroldkyle/cookies

Update configuration to avoid checking for URLs with query strings.
This commit is contained in:
Peter Molnar 2014-04-03 15:55:33 +01:00
commit 24d81687eb

View file

@ -93,6 +93,11 @@ MEMCACHED_SERVERS
set $memcached_request 0;
}
# avoid cache serve of any URL with query strings
if ( $args ) {
set $memcached_request 0;
}
LOGGEDIN_EXCEPTION
COOKIES_EXCEPTION