Commit f1b3895d authored by Per Buer's avatar Per Buer Committed by Tollef Fog Heen

updated syntax, thanks to Chris Handy for spotting it

parent 4d1c1031
......@@ -32,8 +32,8 @@ Tool: varnishlog
When you have identified the an URL which is frequently sent to the
backend you can use varnishlog to have a look at the whole request.
``varnishlog -c -o /foo/bar`` will give the whole (-o) requests coming
from the client (-c) matching /foo/bar.
``varnishlog -c -m 'RxURL:^/foo/bar`` will give the whole (-o)
requests coming from the client (-c) matching /foo/bar.
For extended diagnostics headers, see
http://www.varnish-cache.org/trac/wiki/VCLExampleHitMissHeader
......
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