Page 1 of 1

Web proxy cache

Posted: Fri Jun 01, 2012 10:02 pm
by giobulia
Hello,

I have cache and I have 1 problem.

I do not want cache under 5 mb files or do not want cache videos. is it possible?

i want only cache images, css, swf

do not want flv and other files. is it possible?

my config:
Image

thanks

Re: Web proxy cache

Posted: Sat Jun 02, 2012 4:58 pm
by Devil
See if something like this works:
/ip proxy cache add path=*.jpg action=allow
/ip proxy cache add path=*.jpeg action=allow
/ip proxy cache add path=*.png action=allow
/ip proxy cache add path=*.gif action=allow
/ip proxy cache add path=*.tif action=allow
/ip proxy cache add path=*.tiff action=allow
/ip proxy cache add path=*.bmp action=allow
/ip proxy cache add path=*.css action=allow
/ip proxy cache add path=*.swf action=allow
/ip proxy cache add action=deny

Re: Web proxy cache

Posted: Sat Jun 02, 2012 10:23 pm
by giobulia
It works. thank you!