Commit 785006ab0d709d5df29d9c0f3830d7054f00302e

Authored by Antonio Terceiro
1 parent 1aeb0d56

Document caveat with include order in varnish conf

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
INSTALL.varnish
... ... @@ -45,6 +45,10 @@ Install the RPAF apache module (or skip this step if not using apache):
45 45 On manual installations, change "/etc/noosfero/*" to
46 46 "{Rails.root}/etc/noosfero/*"
47 47  
  48 +NOTE: it is very important that the *.vcl files are included in that order,
  49 +i.e. *first* include "varnish-noosfero.vcl", and *after*
  50 +"noosfero-accept-language.cvl".
  51 +
48 52 4c) Restart Varnish
49 53  
50 54 # invoke-rc.d varnish restart
... ...