Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit bcc927a

Browse files
authored
Merge pull request #7220 from magento/kh_varnish-23
Update supported versions of Varnish
2 parents f7cbc85 + ba6fd85 commit bcc927a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guides/v2.3/config-guide/varnish/config-varnish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ functional_areas:
1010
## Overview of the Varnish solution {#config-varnish-over}
1111
[Varnish Cache] is an open source web application accelerator (also referred to as an *HTTP accelerator* or *caching HTTP reverse proxy*). Varnish stores (or caches) files or fragments of files in memory; this enables Varnish to reduce the response time and network bandwidth consumption on future, equivalent requests. Unlike web servers like Apache and nginx, Varnish was designed for use exclusively with the HTTP protocol.
1212

13-
Magento 2 supports Varnish 4.x, 5.x and 6.x
13+
Magento 2 supports Varnish 6.x
1414

1515
{:.bs-callout-warning}
1616
We _strongly recommend_ you use Varnish in production. The built-in full-page caching (to either the file system or [database]) is much slower than Varnish, and Varnish is designed to accelerate HTTP traffic.

src/guides/v2.3/install-gde/system-requirements-tech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Mail Transfer Agent (MTA) or an SMTP server
108108
## Technologies Magento can use
109109

110110
* [Redis][] versions 3.2, 4.0, 5.0 (compatible with 2.4+) for page caching and session storage. Version 5.0 is highly recommended.
111-
* [Varnish]({{page.baseurl}}/config-guide/varnish/config-varnish.html) version 4.x, 5.2 or 6.2
111+
* [Varnish]({{page.baseurl}}/config-guide/varnish/config-varnish.html) version 6.x (tested with 6.3.1)
112112
* [Elasticsearch]({{page.baseurl}}/config-guide/elasticsearch/es-overview.html)
113113

114114
{{site.data.var.ee}} version 2.3.x supports the following Elasticsearch versions:

0 commit comments

Comments
 (0)