标签: angularjs apache mod-expires gulp-rev
我使用gulp-rev-all作为基于Angular的WebApp,我不想修改index.html。所有其他文件都由gulp-rev-all修订,因此他们将在每次部署后更改其名称。 如何告诉Apache不要缓存index.html(总是从服务器获取index.html),但是在部署新版本之前,我的WebApp中的所有其他文件都不能过期?
答案 0 :(得分:0)
看看这里,它是一些配置,将根据模式关闭缓存:
How to prevent http file caching in Apache httpd (MAMP)