Commit 296b3ebc authored by Andrew Wiik's avatar Andrew Wiik Committed by Dridi Boukelmoune

Add Backend None Documentation

parent a63415b4
......@@ -286,6 +286,12 @@ parameters. The following attributes are available:
Varnish reaches the maximum Varnish it will start failing
connections.
Empty backends can also be defined using the following syntax.::
backend name none;
An empty backend will always return status code 503 as if it is sick.
Backends can be used with *directors*. Please see the
:ref:`vmod_directors(3)` man page for more information.
......
......@@ -31,6 +31,9 @@ Varnish can have several backends defined you can even join
several backends together into clusters of backends for load balancing
purposes.
backends can also be empty or 'none' with the following syntax.::
backend default none;
Multiple backends
-----------------
......
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