I'm using gulp-rev-all for my Angular based WebApp and I don't want to revision index.html. All other files are revisioned by gulp-rev-all, so they will change their names after each deploy. How to tell Apache to not cache index.html (always fetch index.html from the server), but all other files in my WebApp must never be expired until I deploy new revision?
Asked
Active
Viewed 364 times
1 Answers
0
Take a look over here, it's some config that will turn off caching based on a pattern:

Community
- 1
- 1

Daniel Dawes
- 975
- 5
- 16