• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

problem with Cache-Control no-cache

DaveTupe

New Pleskian
Hi,

I have a problem with Ubuntu + Plesk 11.5 + nginx
I need to cache html and jpg, but no way to do.
Always in Request Headers appears Cache-Control no-cache. Attachment file.
Config in Additional directives nginx:

gzip_proxied any;
expires 30d;
location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
expires 30d;
add_header Pragma public;
add_header Cache-Control "public";
try_files $uri @fallback;
}

and checked the three checks in nginx config.

Help!

Regards
 

Attachments

  • Captura.JPG
    Captura.JPG
    56.9 KB · Views: 10
Back
Top