Skip to content

Commit f8d4217

Browse files
authored
Merge branch 'master' into varnish-hitrate-docs
2 parents 00fe615 + b307c01 commit f8d4217

2 files changed

Lines changed: 5 additions & 1 deletion

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.

docs/hypernode-platform/tools/hypernode-brancher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ $testStage = $configuration->addStage('test', 'example.com');
160160
// 'example' is the name of the parent hypernode, which will be cloned to create the brancher, without the '.hypernode.io'.
161161
$testStage->addBrancherServer('example')
162162
->setLabels(['stage=test'])
163-
->setSettings(['clear_services' => ['cron', 'supervisor']);
163+
->setSettings(['clear_services' => ['cron', 'supervisor']]);
164164
165165
return $configuration;
166166
```

0 commit comments

Comments
 (0)