[master] 7f3b2a7 Correct ACL syntax

Andreas Plesner Jacobsen apj at varnish-cache.org
Tue Dec 13 15:35:27 CET 2011


commit 7f3b2a79dcc033d249811ff246fdb22dd8ece61d
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Tue Dec 13 15:35:03 2011 +0100

    Correct ACL syntax

diff --git a/doc/sphinx/tutorial/purging.rst b/doc/sphinx/tutorial/purging.rst
index cea1ccd..ecf0e96 100644
--- a/doc/sphinx/tutorial/purging.rst
+++ b/doc/sphinx/tutorial/purging.rst
@@ -29,7 +29,7 @@ following VCL in place::
 
   acl purge {
 	  "localhost";
-	  "192.168.55.0/24";
+	  "192.168.55.0"/24;
   }
   
   sub vcl_recv {



More information about the varnish-commit mailing list