[3.0] a9f7b8a Correct ACL syntax

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 16 10:20:36 CEST 2012


commit a9f7b8aff442081318c21859d2a65296e3632bed
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