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

Issue Hummingbird + nginx + plesk

hot

New Pleskian
Hello to everyone,
i am having difficulty adding these lines from hummingbird [wordpress plugin] to enable browsercache to nginx.

location ~* \.(txt|xml|js)$ {
expires 1y;
}

location ~* \.(css)$ {
expires 1y;
}

location ~* \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|woff2|svg)$ {
expires 1y;
}

location ~* \.(jpg|jpeg|png|gif|swf|webp)$ {
expires 1y;
}

The instuctions from the plugin was to copy the generated code and paste it inside the server block.
I tried all the .conf files that are releated to nginx based on obsidian guide with no result ( i have reloaded the nginx after every change).
In /etc/nginx/nginx.conf there isn't any server block also.
What can i do to solve this ?
 
Back
Top