Re: Understanding caching

2016-06-30 Thread B.R.
To add to Francis' answer, browsers might not respect server specification for expiration. must-revalidate however forces the browser to check the expiration of the resource before attempting of really load it again from the server. Read: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec

Re: Understanding caching

2016-06-30 Thread Francis Daly
On Thu, Jun 30, 2016 at 10:45:31AM +0200, Daniel Eschner wrote: Hi there, > i need to understand the caching options better. So, i have serval Questions > ;) I think in this mail, you refer to the caching done by your browser. That is entirely controlled by your browser; but it will probably r

Understanding caching

2016-06-30 Thread Daniel Eschner
Hi there, i need to understand the caching options better. So, i have serval Questions ;) I added some Cacherules like these: location /js { add_headerCache-Control public; add_headerCache-Control must-revalidate; expires