Commit c93b3eeb authored by Lasse Karstensen's avatar Lasse Karstensen

Fix incorrect VCL in example.vcl.

Old habits die hard.

Thanks to Federico Schwindt for pointing this out.
parent e631d319
......@@ -22,7 +22,7 @@ sub vcl_recv {
# See http://www.varnish-cache.org/docs/3.0/tutorial/vcl.html#vcl_recv
}
sub vcl_fetch {
sub vcl_backend_response {
# Happens after we have read the response headers from the backend.
# See http://www.varnish-cache.org/docs/3.0/tutorial/vcl.html#vcl_fetch
#
......
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