Is there a <meta>
header that I can add to not cache the index.html page itself but to allow caching for all other assets on that page (images/js/etc).
The reason I need to do this is because when I update my website with new javascript files that are named differently, sometimes when I bring up the updated site, the website tries to load the old files and I have to force refresh the page to update index.html.
(I'm sorry if this is answered before. After searching all stackoverflow posts seem to give great comments but to do not confirm or deny whether other assets on that page will be cached)