From d8c79e18f26b7c10c84f74e19638bf7385579c86 Mon Sep 17 00:00:00 2001 From: Ramon Fincken Date: Sun, 18 Mar 2018 13:34:56 +0100 Subject: [PATCH] [BUGFIX] Set WP-fastest-cache mobile directory to "wpfc-mobile-cache" instead of "all" (desktop) --- globals/wp-fastest-cache.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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