• 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.

Nginx Expires Header not working

CGI1979

Basic Pleskian
Dear Plesk-Group,

Google Page Speed Tool tells me that no expire headers are sent.
We tried adding this directive in the Plesk 12 Panel (latest version):

location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
expires 30d;
}

Unfortunately this doesn't have an effect.
Only if Nginx is deactivated the expire headers are sent correcty by Apache.

How can I set the expire headers to make it work?
Or is it possible to set the headers globally for all domains in Nginx configuration?
 
Back
Top