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
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