
perbu at varnish-cache
Mar 29, 2012, 2:13 AM
Post #1 of 1
(61 views)
Permalink
|
|
[master] 70468df add a label for refs
|
|
commit 70468df3126778832547f1b9085be23010c00a7b Author: Per Buer <perbu [at] varnish-software> Date: Thu Mar 29 11:06:30 2012 +0200 add a label for refs diff --git a/doc/sphinx/tutorial/vcl.rst b/doc/sphinx/tutorial/vcl.rst index 54bce37..da9a340 100644 --- a/doc/sphinx/tutorial/vcl.rst +++ b/doc/sphinx/tutorial/vcl.rst @@ -49,6 +49,8 @@ In vcl_fetch you still have the request object, req, available. There is also a *backend response*, beresp. beresp will contain the HTTP headers from the backend. +.. _tutorial-vcl_fetch_actions: + actions ~~~~~~~ _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|