I'm using Nginx and got a simple (maybe noobie) question about caching but I just want to be sure that I don't do anything bad :P
So I'm thinking about setting CSS, JS etc. files cache for one year and I also got this ETag + Last-Modified headers enabled.
Will the files update on client-side when I do any changes to them on the server (without changing filename)? Or am I missing something?
Thanks and sorry for a problem !