• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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