播放框架配置-具有扩展名的缓存控制

时间:2018-10-15 22:56:52

标签: playframework

我正在尝试清除index.html文件上的缓存。我们正在使用Play Framework 2.6.5

根据https://www.playframework.com/documentation/2.6.x/AssetsOverview#Additional-Cache-Control-directive我正在尝试

# application.conf

# Assets configuration
play.assets.cache."/public/index.html"="max-age=0"

但是运行此命令时,出现以下错误

No configuration setting found for key "/public/index"

我们非常感谢您的帮助。

0 个答案:

没有答案