diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-02 08:14:40 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-02 08:14:40 +0100 |
commit | 0aad693a43ee709487d80b8049672bf4b74ddddf (patch) | |
tree | cf1dd14781e4fe137d1e42982a429ecaa99af1e4 | |
parent | 6d83b90489d4338d1a8fffac0f43d9d264804811 (diff) |
Document the new purge functionality
-rw-r--r-- | doc/CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 51da903b1..fe79a6e13 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -3,6 +3,10 @@ ## Highlighted features * Ruby dependencies are now handled by Bundler +* Support for invalidating accelerator cache -- this makes it much + less likely, when using Varnish, that users will be presented with + stale content. Fixes + [issue #436](https://github.com/sebbacon/alaveteli/issues/436) ## Upgrade notes @@ -14,6 +18,13 @@ install various things. Part of this is compiling xapian, which may take a *long* time (subsequent deployments should be much faster) +* To support invalidating the Varnish cache, ensure that there's a + value for `VARNISH_HOST` in `general.yml` (normally this would be + `localhost`). You will also need to update your Varnish server to + support PURGE requests. The example configuration provided at + `config/varnish-alaveteli.vcl` will work for Varnish 3 and above. If + you leave `VARNISH_HOST` blank, it will have no effect. + # Version 0.5.1 ## Highlighted features |