
apj at varnish-cache
Jul 15, 2013, 3:52 AM
Post #1 of 1
(42 views)
Permalink
|
|
[master] d0c0ee9 Remove invalid example
|
|
commit d0c0ee9bebb85cf127aa0203e8a78db0549b9efb Author: Andreas Plesner Jacobsen <apj [at] mutt> 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":: _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|