Skip to content

Commit 37a89a4

Browse files
authored
Merge pull request #11 from ramonfincken/bugfix/wp-fastest-cache-mobile-directory
[BUGFIX] Set WP-fastest-cache mobile directory to "wpfc-mobile-cache" instead of "all" (desktop)
2 parents 144e014 + d8c79e1 commit 37a89a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

globals/wp-fastest-cache.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ location / {
5757
# location to handle requests come from mobile devices
5858
location @mobileaccess {
5959
# 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;
60+
try_files "/wp-content/cache/wpfc-mobile-cache/${uri}index.html" $uri $uri/ /index.php$is_args$args;
6161

6262
#--> all the following would apply, only if the request hits the cache
6363

0 commit comments

Comments
 (0)