File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sites/platform/src/guides/ibexa Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 %}}.
1414To 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
You can’t perform that action at this time.
0 commit comments