all repos — wp-ffpc @ 9d5b24e2b012a9701a2fce5fa04df2eb44f0dba7

Update configuration to avoid checking for URLs with query strings. These are never cached.
Harold Kyle harold@boxcarpress.com
Tue, 24 Sep 2013 23:54:33 -0400
commit

9d5b24e2b012a9701a2fce5fa04df2eb44f0dba7

parent

bdbf99255ac7854fe599ef46fdc054eb4a3be29c

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M wp-ffpc-nginx-sample.confwp-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