varnish no cache for authentication
#no cache for authenticationg
if (req.http.Authenticate || req.http.Authorization) {
pass;
}
varnish no cache for authentication
#no cache for authenticationg
if (req.http.Authenticate || req.http.Authorization) {
pass;
}