Remove invalid example

parent adf3f128
......@@ -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"::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment