Hello all
I have one questions
in my VCL configuration
sub vcl_recv {
### pass if http hearder response is "SMARTPHONE:1"
if (req.http.SMARTPHONE ~ "1") {
return (pass);
}
}
in my page I set the above header response so if the responses match it
will not cache
but it always cache? can some one help me why ?
One more question, can varnish identified for caching or not caching both
in http header "response" and "request"?
Thanks
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc