Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
65f76dfa
Commit
65f76dfa
authored
Mar 13, 2015
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nope, here users_vcl _was_ the right reference
parent
8f3caaef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
index.rst
doc/sphinx/users-guide/index.rst
+1
-1
intro.rst
doc/sphinx/users-guide/intro.rst
+1
-1
vcl.rst
doc/sphinx/users-guide/vcl.rst
+2
-1
No files found.
doc/sphinx/users-guide/index.rst
View file @
65f76dfa
...
...
@@ -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.
...
...
doc/sphinx/users-guide/intro.rst
View file @
65f76dfa
...
...
@@ -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
...
...
doc/sphinx/users-guide/vcl.rst
View file @
65f76dfa
.. _vcl(7):
.. _users_vcl:
VCL - Varnish Configuration Language
------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment