Adding “Cookie: NO_CACHE=1” will make Varnish to pass the request directly to Apache
1 |
time curl -I http://example.com/pagetotest -H "Cookie: NO_CACHE=1" |
Adding “Cookie: NO_CACHE=1” will make Varnish to pass the request directly to Apache
1 |
time curl -I http://example.com/pagetotest -H "Cookie: NO_CACHE=1" |
1 |
curl -H'host: myvirtualserver.localdomain' |
Example
1 |
curl -H'host: virtualdomain01.com' http://192.168.218.144/ |