Missing logical 'not' in Cached File Check for Nginx (and fix)
-
Hello,
I believe the following rule may be an error ?
if (-f “$document_root/wp-content/cache/page_enhanced/$http_host/$request_uri/_index.html$w3tc_enc”) {
set $w3tc_rewrite 0;
}It appears the ‘!’ negation operator is missing ?
so it should be
if (!-f …..)
- The topic ‘Missing logical 'not' in Cached File Check for Nginx (and fix)’ is closed to new replies.