• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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