• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Serve static assets with an efficient cache policy

Colonel36

New 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