Skip to content

Commit 9f36010

Browse files
Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d46db14 commit 9f36010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Go to [Shopware's Reverse Http Cache documentation](https://developer.shopware.c
9191
```{important}
9292
Make sure your hosts in the shopware => http_cache => reverse_proxy section is set to `http://varnish:6081` to prevent cURL SSL ERRORS.
9393
```
94+
9495
## Step Four: Implement a .vcl Into Varnish
9596

9697
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)