1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
..
Copyright (c) 2010-2014 Varnish Software AS
SPDX-License-Identifier: BSD-2-Clause
See LICENSE file for full text of license
.. _tutorial-index:
The Varnish Tutorial
====================
This section covers the Varnish basics in a tutorial form. It will cover what Varnish is and how it
works. It also covers how to get Varnish up and running. After this section you probably would want to
continue with the users guide (:ref:`users-guide-index`).
If you're reading this on the web note the "Next topic" and "Previous
topic" links on the right side of each page.
.. toctree:: :maxdepth: 1
introduction
starting_varnish
putting_varnish_on_port_80
backend_servers
peculiarities.rst
now_what
|