-1

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?

netanalyzer
  • 594
  • 2
  • 5
  • 23

1 Answers1

0

Take a look over here, it's some config that will turn off caching based on a pattern:

How to prevent http file caching in Apache httpd (MAMP)

Community
  • 1
  • 1
Daniel Dawes
  • 935
  • 5
  • 16