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 27 28 29
|
..
Copyright (c) 2016-2020 Varnish Software AS
SPDX-License-Identifier: BSD-2-Clause
See LICENSE file for full text of license
Varnish Cache
=============
This is Varnish Cache, the high-performance HTTP accelerator.
Documentation and additional information about Varnish is available on
https://www.varnish-cache.org/
Technical questions about Varnish and this release should be addressed
to <varnish-misc@varnish-cache.org>.
Please see CONTRIBUTING for how to contribute patches and report bugs.
For questions about commercial support and services related to Varnish
see the `Varnish HTTP Cache Business page
<https://varnish-cache.org/business/index.html>`_ .
.. |ccibadge| image:: https://circleci.com/gh/varnishcache/varnish-cache/tree/master.svg?style=svg
:target: https://circleci.com/gh/varnishcache/varnish-cache/tree/master
.. _vtest: https://varnish-cache.org/vtest/
CircleCI tests: |ccibadge|
More platforms are tested via vtest_
|