Commit cbdac879 authored by Walid Boudebouda's avatar Walid Boudebouda

vmod.rst: correcting doc for $Restrict

Forgot to update the doc after changing scopes names to vcl_*
parent 6d423aa5
......@@ -274,8 +274,8 @@ It must only appear after a ``$Method`` or ``$Function`` and has the following s
$Restrict scope1 [scope2 ...]
Possible scope values are:
backend, client, housekeeping, recv, pipe, pass, hash, purge, miss, hit,
deliver, synth, backend_fetch, backend_response, backend_error, init, fini
``backend, client, housekeeping, vcl_recv, vcl_pipe, vcl_pass, vcl_hash, vcl_purge, vcl_miss, vcl_hit,
vcl_deliver, vcl_synth, vcl_backend_fetch, vcl_backend_response, vcl_backend_error, vcl_init, vcl_fini``
Deprecated Aliases
------------------
......
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