• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Question Serve static assets with an efficient cache policy

Colonel36

Basic Pleskian
Server operating system version
Linux
Plesk version and microupdate number
Obsidian
Hi.
I hope someone can help.
I've just spent a thousand million years to get this problem sorted, but have not yet sorted it out.
I must be really thick and missing something completely obvious.

I have gone to the Host settings for Nginx and Apache and ticked on the following

Proxy mode
Smart static files processing


I have disabled this one:
Serve static files directly by nginx

I have added this directive in the Additional Nginx Directives at the bottom and click Apply and Ok, and still nothing happens?
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
location ~* \.(js|jpg|jpeg|gif|png|css|tgz|gz|rar|bz2|doc|pdf|ppt|tar|wav|bmp|rtf|swf|ico|flv|txt|woff|woff2|svg|webm|ttf|otf|min)$ {
etag on;
if_modified_since exact;
add_header Pragma "public";
add_header Cache-Control "max-age=31536000, public";
}

I am greatly appreciative of any help and support I can get.
Thanks
 
Back
Top