I discovered the same thing myself, but this should probably be fixed in the rewrite rules generation:
In PgCacheAdmin.php, the following lines are generated for an nginx conf file:
924 $rules .= "if (!-f \"\$document_root" . $uri_prefix . ".html" .
925 $env_w3tc_enc . "\") {\n";
926 $rules .= " set \$w3tc_rewrite 0;\n";
927 $rules .= "}\n";
Thread Starter
sidoh
(@sidoh)
Sorry, I must’ve missed the update. Sorry about the false alarm.