on 2018 Mar 23 8:59 PM
Currently I hold some images in my "images" folder inside my theme, those are mainly static layout images. I need to allow caching of those images in Tomcat like it does on images on "media" folder.
Currently the return after Curl -I is: Cache-Control: no-cache,must-revalidate, max-age=6000
And I need it to be: Cache-Control: public,must-revalidate, max-age=6000
I already added the ExpiresFilter configs in my web.xml but it only added "max-age" and not the public config. Anyone knows how to do that?
Request clarification before answering.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.