Skip to content

Commit e983b64

Browse files
authored
Merge branch 'master' into feature/add-tideways-redis-keys-setting
2 parents eb04b45 + b307c01 commit e983b64

3 files changed

Lines changed: 6 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/how-to-use-the-hypernode-systemctl-cli-tool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ To see which values you can set and which values they are allowed to have take a
2424
| Field | Default Value | Possible Values |
2525
| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
2626
| **blackfire_enabled**<br/><sub>A great tool to find performance bottlenecks<br />in Magento</sub> | False | True, False |
27+
| **block_bad_ips_enabled**<br/><sub>Blocks abusive IPs with high AbuseIPDB.com confidence scores</sub> | True | True, False |
2728
| **composer_version**<br/><sub>Change the Composer version</sub> | 2.x | 1.x, 2.2, 2.6, 2.7, 2.x |
2829
| **disable_optimizer_switch**<br/><sub>Disable the optimizer switch</sub> | False | True, False |
2930
| **elasticsearch_enabled**<br/><sub>Enable Elasticsearch</sub> | False | True, False |

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)