Skip to content

Commit a483290

Browse files
committed
Merge branch 'patch-2' of github.com:nicolas-bastien/symfony-docs into nicolas-bastien-patch-2
Conflicts: cookbook/cache/varnish.rst
2 parents 5171011 + e97e861 commit a483290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/cache/varnish.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to use Varnish to speed up my Website
66

77
Because Symfony2's cache uses the standard HTTP cache headers, the
88
:ref:`symfony-gateway-cache` can easily be replaced with any other reverse
9-
proxy. Varnish is a powerful, open-source, HTTP accelerator capable of serving
9+
proxy. `Varnish`_ is a powerful, open-source, HTTP accelerator capable of serving
1010
cached content quickly and including support for :ref:`Edge Side Includes <edge-side-includes>`.
1111

1212
.. index::
@@ -206,5 +206,6 @@ absolute URLs:
206206
in the Symfony configuration so that Varnish is seen as a trusted proxy
207207
and the ``X-Forwarded-`` headers are used.
208208

209+
.. _`Varnish`: https://www.varnish-cache.org
209210
.. _`Edge Architecture`: http://www.w3.org/TR/edge-arch
210211
.. _`GZIP and Varnish`: https://www.varnish-cache.org/docs/3.0/phk/gzip.html

0 commit comments

Comments
 (0)