Skip to content

Commit 9a2597c

Browse files
author
Jonathan Visser
committed
Merge branch 'master' into Remove-old-documentation-regarding-hypernode-deploy-v1
2 parents 611d395 + a3f561f commit 9a2597c

4 files changed

Lines changed: 270 additions & 9 deletions

File tree

docs/ecommerce-applications/shopware-6/how-to-configure-varnish-for-shopware-6.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ location ~ \.php$ {
8888

8989
Go to [Shopware's Reverse Http Cache documentation](https://developer.shopware.com/docs/guides/hosting/infrastructure/reverse-http-cache) to configure Shopware to take Varnish into account.
9090

91+
```{important}
92+
Make sure your hosts in the shopware => http_cache => reverse_proxy section is set to `http://varnish:6081` to prevent cURL SSL ERRORS.
93+
```
94+
9195
## Step Four: Implement a .vcl Into Varnish
9296

9397
To actually use Varnish you need to implement a varnish config file, a .vcl. If you're on Shopware >= 6.4, fetch the [Varnish configuration from their documentation](https://developer.shopware.com/docs/guides/hosting/infrastructure/reverse-http-cache#configure-varnish) (copy the code block starting with *vcl 4.0;*). Or you can create your own.

0 commit comments

Comments
 (0)