diff --git a/HowtoVarnish.md b/HowtoVarnish.md index 480c0bc4..76e83e6f 100644 --- a/HowtoVarnish.md +++ b/HowtoVarnish.md @@ -118,6 +118,7 @@ Des filtres peuvent être appliqués sur ces commandes, voici des exemples prati ~~~ # varnishlog -q 'TxHeader eq MISS' -q "ReqHeader ~ '^Host: example\.com$'" |grep RxURL +# varnishlog -q "ReqHeader:host ~ '^example\.com$' and ReqHeader:X-Forwarded-For ~ '1\.2\.3\.4' and RespHeader:X-Cache eq MISS" # varnishncsa -q "ReqHeader eq 'X-Cache: MISS'" ~~~