You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/config-guide/varnish/config-varnish.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ functional_areas:
10
10
## Overview of the Varnish solution {#config-varnish-over}
11
11
[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.
12
12
13
-
Magento 2 supports Varnish 4.xand 5.x
13
+
Magento 2 supports Varnish 4.x, 5.x and 6.x
14
14
15
15
{:.bs-callout-warning}
16
16
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
36
36
37
37
## Process overview {#config-varnish-process}
38
38
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.
40
40
41
41
The process can be summarized as follows:
42
42
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.
44
44
1. Install the Magento software and use the Magento Admin to create a Varnish configuration file.
45
45
1. Replace your existing Varnish configuration file with the one generated by the Admin.
46
46
1. Test everything again.
47
47
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!
49
49
50
50
{:.bs-callout-info}
51
51
52
52
* 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.
0 commit comments