I have a node / angular /nginx app and when I do a new deploy I need to force a cache expire on the browsers.
There are tools to do this for the js files (adding a ?version to the file) but they don't work for html templates and css.
Has anyone here had the same problem? How did you solve it?
Thanks