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.
1 parent 8de1d24 commit 61020abCopy full SHA for 61020ab
rocket-nginx.conf
@@ -61,7 +61,7 @@ if ($rocket_hsts = "0") {
61
# index-mobile-https.html
62
set $rocket_url "/wp-content/cache/wp-rocket/$http_host/$request_uri/index$rocket_https_prefix.html$rocket_encryption";
63
set $rocket_file "$document_root$rocket_url";
64
-set $rocket_mobile_detection "/wp-content/cache/wp-rocket/$http_host/$request_uri/.mobile-active";
+set $rocket_mobile_detection "$document_root/wp-content/cache/wp-rocket/$http_host/$request_uri/.mobile-active";
65
66
67
# Do not bypass if it's a POST request
0 commit comments