【发布时间】:2016-10-01 09:32:58
【问题描述】:
目前我正在尝试解决与字体相关的问题。一旦我点击刷新按钮,它们就会消失。 浏览器:所有 IE 版本。 所以我找到了解决方案:
<FilesMatch "\.(ttf|otf|eot|woff)$"> <IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
Header set Cache-Control "max-age=3600"
</IfModule> </FilesMatch>
但是,上述解决方案适用于 Apache App Server。 问题:如果我正在使用 WebSphere Application Server 版本 8.5.5.5 Liberty Profile,我该如何实现?
server.xml 的所有可能配置元素: http://www.ibm.com/support/knowledgecenter/SSD28V_8.5.5/com.ibm.websphere.wlp.core.doc/autodita/rwlp_metatype_core.html
【问题讨论】:
标签: apache caching websphere-liberty server.xml