[squid-users] js files being cached

From: Brad Taylor <btaylor@dont-contact.us>
Date: Thu, 17 Mar 2005 15:06:43 -0500

How do I make sure .js files are not cached and only image files are?
Here is what I have now for refresh_patterns:

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
refresh_pattern -i \.jpg$ 0 100% 10080
refresh_pattern -i \.gif$ 0 100% 10080
refresh_pattern -i \.png$ 0 100% 10080

is the . entry causing the problem?
Received on Thu Mar 17 2005 - 13:07:56 MST

This archive was generated by hypermail pre-2.1.9 : Fri Apr 01 2005 - 12:00:02 MST