Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
`sub vcl_recv` does not have `return (lookup)`
  • Loading branch information
nyurik authored and nigoroll committed Oct 17, 2024
1 parent 1a79fde commit d7540e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/users-guide/vcl-grace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ behave as described above. However, if you want to customize how
Varnish behaves, then you should know some of the details on how this
works.

When ``sub vcl_recv`` ends with ``return (lookup)`` (which is the
When ``sub vcl_recv`` ends with ``return (hash)`` (which is the
default behavior), Varnish will look for a matching object in its
cache. Then, if it only found an object whose TTL has run out, Varnish
will consider the following:
Expand Down

0 comments on commit d7540e5

Please sign in to comment.