toussa
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Nginx minify and cache bugIt works now, thanks 😉
Forum: Plugins
In reply to: [W3 Total Cache] Nginx minify and cache bugyep. It returns “OK” as expected, but W3TC doesn’t seem to “see” it.
Forum: Plugins
In reply to: [W3 Total Cache] Nginx minify and cache bugThe same for me.
But that doesn’t fix another (related) problem which is :
plugin’s administration pages hang for 5 seconds because ofW3 Total Cache error: It appears Page Cache URL rewriting is not working. Please verify that all configuration files are included in the configuration file (and that you have reloaded / restarted nginx).
Unfortunately disk enhanced page caching will not function without custom rewrite rules. Please ask your server administrator for assistance. Also refer to the install page for the rules for your server.
Infos techniques
nginx configuration file contains rules to rewrite url http://91.121.31.45:8080/w3tc_rewrite_test into http://91.121.31.45:8080/?w3tc_rewrite_test which, if handled by plugin, return “OK” message.
The plugin made a request to http://91.121.31.45:8080/w3tc_rewrite_test but received:
cURL error 28: Connection timed out after 5001 milliseconds
instead of “OK” response.Whereas going to the page manually return “OK” as expected…
Any clue ?