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
899b87ee
Commit
899b87ee
authored
Mar 13, 2014
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few more spelling fixes
parent
e757cc1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vcl.rst
doc/sphinx/reference/vcl.rst
+4
-4
No files found.
doc/sphinx/reference/vcl.rst
View file @
899b87ee
...
...
@@ -19,7 +19,7 @@ When a new configuration is loaded, the varnishd management process
translates the VCL code to C and compiles it to a shared object which
is then dynamically linked into the server process.
This document focuses on the syntax of the VCL language. F
ull
a full
This document focuses on the syntax of the VCL language. F
or
a full
description of syntax and semantics, with ample examples, please see
the users guide at https://www.varnish-cache.org/doc/
...
...
@@ -175,7 +175,7 @@ key/value fashion.::
The only mandatory attribute is host. The attributes will inherit
their defaults from the global parameters. The following attributes
are availble:
are avail
a
ble:
host (mandatory)
The host to be used. IP address or a hostname that resolves to a
...
...
@@ -237,7 +237,7 @@ There are no mandatory options. These are the options you can set:
How many of the polls in .window are considered good when Varnish
starts. Defaults to the value of threshold - 1. In this case, the
backend starts as sick and requires one single poll to be
con
q
sidered healthy.
considered healthy.
window
How many of the latest polls we examine to determine backend health. Defaults to 8.
...
...
@@ -300,7 +300,7 @@ Return statements
The subroutine executions ends when a return(*action*) statement is
made. The *action* specifies how execution should proceed. The context
defines which actions are availble. See the user guide for information
defines which actions are avail
a
ble. See the user guide for information
on what actions are available where.
Multiple subroutines
...
...
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