diff options
Diffstat (limited to 'doc/INSTALL.md')
-rw-r--r-- | doc/INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 19f31fc40..e6f7caec7 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -230,6 +230,9 @@ http://rubyonrails.org/deploy We usually use Passenger / mod_rails. +Under all but light loads, it is strongly recommended to run the +server behind an http accelerator like Varnish. A sample varnish VCL +is supplied in `../conf/varnish-alaveteli.vcl`. # Troubleshooting |