• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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