• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved nginx cache sub-folders not getting created

thinkingcap

Basic Pleskian
Ive been enabling the nginx cache on a few wordpress sites and in general its gone well with a boost to requests/sec in performance.
However I have this one site where I get a constant cache MISS on every request, its configured exactly like the others and Ive noticed the root cache folder gets created but no actual cache sub-folders.
"/var/cache/nginx/example.com_proxy/" exists but its empty.
Ive checked cookies via Chrome and curl and added them to the "Cache requests with cookies" config.

Any ideas what to check next?
 
To fix this I looked for what was starting sessions by grepping for 'start_session' through plugin code in WP. It was a plugin I wasnt using so removed it and no longer have an issue with set-cookie.
 
Back
Top