Skip to content

Commit

Permalink
docs(developer): Remove obsolete links
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Nov 7, 2024
1 parent 807feb3 commit 986b01a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ ddev reload-vcl

For information, here are the differences between the back office generated `default.vcl` and the `default.vcl` we use:

- We changed the probe url from `"/pub/health_check.php"` to `"/health_check.php"` as explained in the [official documentation](https://devdocs.magento.com/guides/v2.4/config-guide/varnish/config-varnish-advanced.html):

- We changed the probe url from `"/pub/health_check.php"` to `"/health_check.php"`:
```
.probe = {
.url = "/health_check.php";
Expand All @@ -237,7 +236,7 @@ For information, here are the differences between the back office generated `def
}
```

- We added this part for Marketplace EQP Varnish test simulation as explained in the [official documentation](https://devdocs.magento.com/marketplace/sellers/installation-and-varnish-tests.html#additional-magento-configuration):
- We added this part for Marketplace EQP Varnish test simulation:

```
if (resp.http.x-varnish ~ " ") {
Expand Down

0 comments on commit 986b01a

Please sign in to comment.