Closed bcfuchs closed 8 years ago
There are several ways to do this.
For apache httpd 2.4
Header set Cache-Control "max-age=1209600, public" "expr=%{REQUEST_URI} =~ m#.(ico|pdf|flv|jpg|jpeg|png|gif)$#"
Note this wont work in < 2.4 -- expr= support first in 2.4
http://grails.org/plugin/cached-resources
I chose option 2.
There are several ways to do this.
For apache httpd 2.4
Header set Cache-Control "max-age=1209600, public" "expr=%{REQUEST_URI} =~ m#.(ico|pdf|flv|jpg|jpeg|png|gif)$#"
Note this wont work in < 2.4 -- expr= support first in 2.4
http://grails.org/plugin/cached-resources
I chose option 2.