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

Commit feef093

Browse files
authored
Merge pull request #6837 from digitalbricklayer/patch-3
Adds varnish 6.x to the list of supported varnish major versions
2 parents a783678 + 9d42ab5 commit feef093

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
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 and 5.x
13+
Magento 2 supports Varnish 4.x, 5.x and 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.
@@ -36,21 +36,21 @@ Assets cached by Varnish expire at a configurable interval or are replaced by ne
3636

3737
## Process overview {#config-varnish-process}
3838

39-
This topic discusses how to initially install Varnish with a minimal set of parameters and test that it works. Then you'll export a Varnish configuration from the Magento [Admin](https://glossary.magento.com/admin) and test it again.
39+
This topic discusses how to initially install Varnish with a minimal set of parameters and test that it works. Then you will export a Varnish configuration from the Magento [Admin](https://glossary.magento.com/admin) and test it again.
4040

4141
The process can be summarized as follows:
4242

43-
1. Install Varnish and test it by accessing any Magento page to see if you're getting HTTP response headers that indicate Varnish is working.
43+
1. Install Varnish and test it by accessing any Magento page to see if you are getting HTTP response headers that indicate Varnish is working.
4444
1. Install the Magento software and use the Magento Admin to create a Varnish configuration file.
4545
1. Replace your existing Varnish configuration file with the one generated by the Admin.
4646
1. Test everything again.
4747

48-
If there is nothing in your `<magento_root>/var/page_cache` directory, you've successfully configured Varnish with Magento!
48+
If there is nothing in your `<magento_root>/var/page_cache` directory, you have successfully configured Varnish with Magento!
4949

5050
{:.bs-callout-info}
5151

5252
* Except where noted, you must enter all commands discussed in this topic as a user with `root` privileges.
53-
* This topic is written for Varnish on CentOS and Apache 2.2. If you're setting up Varnish in a different environment, some commands are likely different. Consult Varnish documentation for more information.
53+
* This topic is written for Varnish on CentOS and Apache 2.4. If you are setting up Varnish in a different environment, some commands may be different. Consult Varnish documentation for more information.
5454

5555
## Known issues {#config-varnish-issues}
5656

0 commit comments

Comments
 (0)