[master] d0c0ee9 Remove invalid example

Andreas Plesner Jacobsen apj at varnish-cache.org
Mon Jul 15 12:52:12 CEST 2013


commit d0c0ee9bebb85cf127aa0203e8a78db0549b9efb
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Mon Jul 15 12:51:56 2013 +0200

    Remove invalid example

diff --git a/doc/sphinx/reference/varnish-cli.rst b/doc/sphinx/reference/varnish-cli.rst
index ef0c5eb..2411368 100644
--- a/doc/sphinx/reference/varnish-cli.rst
+++ b/doc/sphinx/reference/varnish-cli.rst
@@ -300,11 +300,6 @@ Simple example: All requests where req.url exactly matches the string
 
     req.url == "/news"
 
-Example: Ban all documents where the name does not end with ".ogg",
-and where the size of the object is greater than 10 megabytes::
-
-    req.url !~ "\.ogg$" && obj.size > 10MB
-
 Example: Ban all documents where the serving host is "example.com"
 or "www.example.com", and where the Set-Cookie header received from
 the backend contains "USERID=1663"::



More information about the varnish-commit mailing list