Merge pull request #7 from haroldkyle/cookies Update configuration to avoid checking for URLs with query strings.
Peter Molnar hello@petermolnar.eu
Thu, 03 Apr 2014 15:55:33 +0100
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
wp-ffpc-nginx-sample.conf
→
wp-ffpc-nginx-sample.conf
@@ -93,6 +93,11 @@ if ( $uri ~ "/wp-" ) {
set $memcached_request 0; } + # avoid cache serve of any URL with query strings + if ( $args ) { + set $memcached_request 0; + } + LOGGEDIN_EXCEPTION COOKIES_EXCEPTION