• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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