Merge pull request #7 from haroldkyle/cookies
Update configuration to avoid checking for URLs with query strings.
This commit is contained in:
commit
24d81687eb
1 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,11 @@ MEMCACHED_SERVERS
|
||||||
set $memcached_request 0;
|
set $memcached_request 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# avoid cache serve of any URL with query strings
|
||||||
|
if ( $args ) {
|
||||||
|
set $memcached_request 0;
|
||||||
|
}
|
||||||
|
|
||||||
LOGGEDIN_EXCEPTION
|
LOGGEDIN_EXCEPTION
|
||||||
|
|
||||||
COOKIES_EXCEPTION
|
COOKIES_EXCEPTION
|
||||||
|
|
Loading…
Reference in a new issue