Lofesa commented on issue #1897:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-970614461


   If you have set the location as stated in this comment 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-969181614,
 no proxy headers are in place. 
   So only add_header is needed
   add_header "control-cache" "max-age=86400"; # 1 day for testing.
   If a proxy is involved, then yes, you have to set 
   
   I read in the CMS doc about how to set cache headers, but all I have found 
is related to html pages, not for statics resource. Only in ths page 
https://devdocs.magento.com/guides/v2.4/config-guide/cache/static-content-signing.html
 talk about statics files and a expires headers. But cache-control header have 
preference over expires.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to