[master] 22b7b85 Shorter desc

Per Buer perbu at varnish-cache.org
Wed Feb 27 20:11:09 CET 2013


commit 22b7b856de4929d1abbd744f044c90dd5ae17206
Author: Per Buer <per.buer at gmail.com>
Date:   Wed Feb 27 17:05:38 2013 +0100

    Shorter desc

diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index 95b0097..79ff54a 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -157,7 +157,30 @@ Storage Types
 
 The following storage types are available:
 
-.. include:: ../include/storage_backends.rst
+malloc
+~~~~~~
+
+syntax: malloc[,size]
+
+malloc is a memory based backend.
+
+file
+~~~~
+
+syntax: file[,path[,size[,granularity]]]
+
+The file backend stores data in a file on disk. The file will be accessed using mmap.
+
+persistent (experimental)
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+syntax: persistent,path,size
+
+Persistent storage. Varnish will store objects in a file in a manner
+that will secure the survival of *most* of the objects in the event of
+a planned or unplanned shutdown of Varnish.
+
+
 
 Management Interface
 --------------------



More information about the varnish-commit mailing list