Commit 9f9d0690 authored by Lasse Karstensen's avatar Lasse Karstensen

Squash more sphinx warnings

parent 1309012f
......@@ -205,6 +205,7 @@ initial
.. XXX: Where and why? benc
Now we define the 'director'::
import directors;
......@@ -214,6 +215,7 @@ Now we define the 'director'::
{ .backend = server2; }
}
You use this director just as you would use any other director or
backend. Varnish will not send traffic to hosts that are marked as
unhealthy. Varnish can also serve stale content if all the backends are
......
......@@ -98,8 +98,7 @@ To call a subroutine, use the call keyword followed by the subroutine's name::
call pipe_if_local;
Varnish has quite a few built in subroutines that are called for each
transaction as it flows through Varnish. These builtin subroutines are all named vcl_*. Your own subroutines cannot start their name with vcl_.
transaction as it flows through Varnish. These builtin subroutines are all
named `vcl_*`. Your own subroutines cannot start their name with `vcl\_`.
.. XXX:looks as bit funky as red text? benc
See :ref:`vcl-built-in-subs`.
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