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
3ae1b7a7
Commit
3ae1b7a7
authored
Mar 12, 2014
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling
parent
86b11dd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vmod.vcc
lib/libvmod_directors/vmod.vcc
+3
-3
No files found.
lib/libvmod_directors/vmod.vcc
View file @
3ae1b7a7
...
...
@@ -30,7 +30,7 @@ $Module directors 3 Backend traffic directors
DESCRIPTION
===========
Vmod_direcors enables load balancing in Varnish. The module
are
serves
Vmod_direcors enables load balancing in Varnish. The module serves
as an example on how one could extend the load balancing capabilites
of Varnish.
...
...
@@ -50,7 +50,7 @@ initialize the directors in vcl_init, like this:::
bar.add_backend(server2);
}
As you can see there is nothing keeping you from manipulting the
As you can see there is nothing keeping you from manipul
a
ting the
directors elsewhere in VCL. So, you could have VCL code that would
add more backends to a director when a certin URL is called.
...
...
@@ -127,7 +127,7 @@ $Object hash()
Description
Creates a hash director. The hash director chooses the backend
bas
h
ed on hashing an arbitrary string. If you provide it with a
based on hashing an arbitrary string. If you provide it with a
session cookie, you'll have the client connecting to the same
backend every time.
Example
...
...
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