diff --git a/globals/wp-fastest-cache.conf b/globals/wp-fastest-cache.conf index e827233..faf8e1d 100644 --- a/globals/wp-fastest-cache.conf +++ b/globals/wp-fastest-cache.conf @@ -57,7 +57,7 @@ location / { # location to handle requests come from mobile devices location @mobileaccess { # look for cached version for mobiles; if-not-found, then send the request to PHP - try_files "/wp-content/cache/all/${uri}index.html" $uri $uri/ /index.php$is_args$args; + try_files "/wp-content/cache/wpfc-mobile-cache/${uri}index.html" $uri $uri/ /index.php$is_args$args; #--> all the following would apply, only if the request hits the cache