We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 144e014 + d8c79e1 commit 37a89a4Copy full SHA for 37a89a4
globals/wp-fastest-cache.conf
@@ -57,7 +57,7 @@ location / {
57
# location to handle requests come from mobile devices
58
location @mobileaccess {
59
# look for cached version for mobiles; if-not-found, then send the request to PHP
60
- 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;
61
62
#--> all the following would apply, only if the request hits the cache
63
0 commit comments