Commit 65f76dfa authored by Nils Goroll's avatar Nils Goroll

nope, here users_vcl _was_ the right reference

parent 8f3caaef
......@@ -20,7 +20,7 @@ following the major interfaces to Varnish as a service:
respect to storage, sockets, security and how you can control and
communicate with Varnish once it is running.
:ref:`vcl(7)` is about getting Varnish to handle the
:ref:`users_vcl` is about getting Varnish to handle the
HTTP requests the way you want, what to cache, how to cache it,
modifying HTTP headers etc. etc.
......
......@@ -73,7 +73,7 @@ VCL code can be extended using external modules, called VMODs or
even by inline C-code if you are brave, so in terms of what Varnish
can do for your HTTP traffic, there really is no limit.
:ref:`vcl(7)` describes VCL and what it can do in great detail.
:ref:`users_vcl` describes VCL and what it can do in great detail.
Varnish uses a segment of shared memory to report and log its activities and
status. For each HTTP request, a number of very detailed records will
......
.. _vcl(7):
.. _users_vcl:
VCL - Varnish Configuration Language
------------------------------------
......
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