Commit feb2c2eb authored by Nils Goroll's avatar Nils Goroll Committed by Lasse Karstensen

document what the default backend is

parent b9b6e198
......@@ -74,6 +74,10 @@ really arbitrary data. You want to send mobile devices to a different
backend? No problem. ``if (req.http.User-agent ~ /mobile/) ..`` should do the
trick.
Without an explicit backend selection, varnish will continue using
the `default` backend. If there is no backend named `default`, the
first backend found in the vcl will be used as the default backend.
Backends and virtual hosts in Varnish
-------------------------------------
......
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