Nginx minify and cache bug
-
Hello,
When the plugin try to test if the cache working it request a test url handled by the following rule.
rewrite ^(.*\/)?w3tc_rewrite_test([0-9]+)/?$ $1?w3tc_rewrite_test=1 last;As the rule above doesn’t match with the test URL, and server return 404 error, the plugin give an error and didn’t processed with minifying css and, js files.
The solution is changing the rewrite rule to something like
rewrite ^(.*\/)?w3tc_rewrite_test(.*?)/?$ $1?w3tc_rewrite_test=1 last;PS: Sorry for reporting here but i didn’t find any bug reporting form.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Nginx minify and cache bug’ is closed to new replies.