When a user visits a webpage the HTML/CSS/JS normally gets cached on the device.
This is fine but when one of those files is updated on the server how is the device supposed to know to download the new version? I believe this is done through configuring "cache invalidation" on nginx however I'm not sure where or how to set that.
Any idea?
This is fine but when one of those files is updated on the server how is the device supposed to know to download the new version? I believe this is done through configuring "cache invalidation" on nginx however I'm not sure where or how to set that.
Any idea?