• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more 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