• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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