Skip to content

Commit ce49ff7

Browse files
committed
fix typo and adjust app name to stick to the official template
1 parent 0f44e58 commit ce49ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sites/platform/src/guides/ibexa/fastly.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ description: |
1010

1111
## Remove Varnish configuration
1212

13-
In Ibexa DXP, Varnish is enabled by default when deploying on {{% vendor/name %}}
13+
In Ibexa DXP, Varnish is enabled by default when deploying on {{% vendor/name %}}.
1414
To use Fastly, Varnish must be disabled:
1515

1616
- Remove environment variable `TRUSTED_PROXIES: "REMOTE_ADDR"` in [`{{< vendor/configfile "app" >}}](https://github.com/ezsystems/ezplatform/blob/master/.platform.app.yaml)
1717
- Remove the Varnish service in [`{{< vendor/configfile "services" >}}`](https://github.com/ezsystems/ezplatform/blob/master/.platform/services.yaml)
1818
- In [`{{< vendor/configfile "routes" >}}`](https://github.com/ezsystems/ezplatform/blob/master/.platform/routes.yaml),
19-
change routes to use `myapp` instead of the `varnish` service you removed in previous step:
19+
change routes to use `app` instead of the `varnish` service you removed in previous step:
2020

2121
```diff {no-copy="true"}
2222
"https://{default}/":
2323
type: upstream
2424
- upstream: "varnish:http"
25-
+ upstream: "myapp:http"
25+
+ upstream: "app:http"
2626
```
2727

2828
## Setting up Ibexa DXP to use Fastly

0 commit comments

Comments
 (0)